Moved to CSS
authorMichael Ang <mang@archive.org>
Thu, 30 Sep 2010 20:06:05 +0000 (20:06 +0000)
committerMichael Ang <mang@archive.org>
Thu, 30 Sep 2010 20:06:05 +0000 (20:06 +0000)
BookReader/BookReader.js

index a775793..72bf5ff 100644 (file)
@@ -1448,8 +1448,6 @@ BookReader.prototype.prepareTwoPageView = function(centerPercentageX, centerPerc
     this.leafEdgeR = document.createElement('div');
     this.leafEdgeR.className = 'BRleafEdgeR';
     $(this.leafEdgeR).css({
-        /* XXXmang move to CSS */
-        background: 'transparent url(image/back_pages.png) repeat scroll 0% 0%',
         width: this.twoPage.leafEdgeWidthR + 'px',
         height: this.twoPage.height-1 + 'px',
         left: this.twoPage.gutter+this.twoPage.scaledWR+'px',