Doc cleanup
authorMichael Ang <mang@archive.org>
Wed, 6 Oct 2010 00:02:12 +0000 (00:02 +0000)
committerMichael Ang <mang@archive.org>
Wed, 6 Oct 2010 00:02:12 +0000 (00:02 +0000)
BookReader/BookReader.js

index ae76703..404bf2d 100644 (file)
@@ -3205,48 +3205,12 @@ BookReader.prototype.initNavbar = function() {
     );
     
 /*
-<!-- LOAD SEARCH RESULTS FIRST SO CHAPTER INDICATORS CAN APPEAR IN FRONT -->
-        <div class="search" style="left:80%;" title="Search result">
-            <div class="query">The Kingdom of the Future, for instance, though interesting in a Caley Robinson way, with its cold, mystical colour relieved by touches of warm reddish browns, and its big draped figures, was a composition in the past, and did not stimulate the <strong><a href="">emotional</a></strong> powers of the observer with a suggestion of coming ages or a prophecy of progress. <span>Page 26</span></div>
-        </div>
-        
-        <div class="search" style="left:22%;" title="Search result">
-            <div class="query">A related distinction is between the emotion and the results of the emotion, principally behaviors and <strong><a href="">emotional</a></strong> expressions. People often behave in certain ways as a direct result of their <strong><a href="">emotional</a></strong> state, such as crying, fighting or fleeing. <span>Page 27</span></div>
-        </div>
-        
-        <div class="search" style="left:75%;" title="Search result">
-            <div class="query">A related distinction is between the emotion and the results of the emotion, principally behaviors and <strong><a href="">emotional</a></strong> expressions. People often behave in certain ways as a direct result of their <strong><a href="">emotional</a></strong> state, such as crying, fighting or fleeing. <span>Page 27</span></div>
-        </div>
-        
-        <div class="chapter" style="left:1%;">
-            <div class="title">I. The Minotaur <span>|</span> Page 1</div>
-        </div>
-        
-        <div class="chapter" style="left:17%;">
-            <div class="title">II. The Griffon <span>|</span> Page 44</div>
-        </div>
-        
-        <div class="chapter" style="left:30%;">
-            <div class="title">III. The Firedrake <span>|</span> Page 129</div>
-        </div>
-        
-        <div class="chapter" style="left:67.5%;">
-            <div class="title">V. The Pegasus <span>|</span> Page 201</div>
-        </div>
-        
-        <div class="chapter" style="left:90%;">
-            <div class="title">VI. The Goblin <span>|</span> Page 255</div>
-        </div>
-        
         <div class="searchChap" style="left:49%;" title="Search result">
             <div class="query">
             A related distinction is between the emotion and the results of the emotion, principally behaviors and <strong><a href="">emotional</a></strong> expressions. People often behave in certain ways as a direct result of their <strong><a href="">emotional</a></strong> state, such as crying, fighting or fleeing. <span>Page 163</span>
                 <div class="queryChap">IV. The Witch <span>|</span> Page 163</div>
             </div>
         </div>
-        
-    </div>
-</div>
 */
     
     /* $$$mang search results and chapters should automatically coalesce
@@ -3296,8 +3260,6 @@ BookReader.prototype.initNavbar = function() {
     });
     */
         
-    // XXXmang testing
-    this.addSearchResult('hi there', '25', 22);
     $("#pager").draggable({axis:'x',containment:'parent'});
 }