Set display to none for share and info popovers when they are first added
authorMichael Ang <mang@archive.org>
Tue, 9 Nov 2010 00:43:38 +0000 (00:43 +0000)
committerMichael Ang <mang@archive.org>
Tue, 9 Nov 2010 00:43:38 +0000 (00:43 +0000)
BookReader/BookReader.js

index 9911930..5843f5e 100644 (file)
@@ -3736,10 +3736,10 @@ BookReader.prototype.initToolbar = function(mode, ui) {
         // $$$ Don't hardcode ids
     jToolbar.find('.share').colorbox({inline: true, opacity: "0.5", href: "#shareThis"});
     jToolbar.find('.info').colorbox({inline: true, opacity: "0.5", href: "#aboutThis"});
-        
+    
     $("body").append(
         [
-            '<div style="display: hidden;">',
+            '<div style="display: none;">',
                 this.makeShareDiv(),
                 this.makeAboutDiv(),
             '</div>'