diff options
Diffstat (limited to 'frontend/im/colors/iframe.js')
| -rw-r--r-- | frontend/im/colors/iframe.js | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/im/colors/iframe.js b/frontend/im/colors/iframe.js deleted file mode 100644 index 4b7d2ac..0000000 --- a/frontend/im/colors/iframe.js +++ /dev/null @@ -1,25 +0,0 @@ -$("#lnkcolorbox").click(function() { - $.fancybox.open({ - href : 'colors.htm', - width : 700, // set the width - height : 610, - fitToView : true, - autoDimensions:false, - autoSize:false, - type : 'iframe', - closeBtn : false, - padding : 5, - beforeShow : function(){ - $('.fancybox-iframe').contents().find('#submitvalue').click(function(){ - $('.fancybox-iframe').contents().find('form').submit(); - $.fancybox.close(); - }); - }, - beforeClose : function(){ - x = $('.fancybox-iframe').contents().find('#namespace').val(); - }, - afterClose: function(){ - $('#img-hue').val(x); - } - }); -}); |
