diff client/digitallibrary/jquery/jquery-test-full.html @ 770:6d7c51e4724b jquery

highlight buttons by background image
author hertzhaft
date Thu, 10 Feb 2011 22:46:17 +0100
parents aab01da232ef
children 65cdf970934d
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery-test-full.html	Thu Feb 10 21:13:54 2011 +0100
+++ b/client/digitallibrary/jquery/jquery-test-full.html	Thu Feb 10 22:46:17 2011 +0100
@@ -39,6 +39,7 @@
                 padding: 0px 5px;
                 font-family: Arial;
                 font-size: 9px;
+                display: none;
                 }
 
             div._log {
@@ -69,15 +70,6 @@
                     };
                 var $div = $('div.digilib');
                 $div.digilib(opts);
-                var obj = {
-                    'initExtension' : function() {
-                        var settings = $(this).data('digilib').settings;
-                        console.debug('initExtension:', this, 'settings:', settings);
-                        },
-                    'options' : { 'test' : 'content of option "test"' },
-                    };
-                $div.digilib('extendPlugin', obj);
-                $div.digilib('initExtension');
             });
 
         </script>