Notes
authorMichael Ang <mang@archive.org>
Wed, 24 Nov 2010 00:07:25 +0000 (00:07 +0000)
committerMichael Ang <mang@archive.org>
Wed, 24 Nov 2010 00:07:25 +0000 (00:07 +0000)
BookReader/BookReader.js

index e72110f..161f8c4 100644 (file)
@@ -2993,6 +2993,8 @@ BookReader.prototype.getPrintURI = function() {
 }
 
 // showEmbedCode()
+//
+// Note: Has been replaced by the share dialog
 //______________________________________________________________________________
 BookReader.prototype.showEmbedCode = function() {
     if (null != this.embedPopup) { // check if already showing
@@ -3773,7 +3775,8 @@ BookReader.prototype.bindNavigationHandlers = function() {
         self.printPage();
         return false;
     });
-        
+    
+    // Note: Functionality has been replaced by .share
     jIcons.filter('.embed').click(function(e) {
         self.showEmbedCode();
         return false;