Added page IDs: replace.js '(\[<img )(.*"Page )([0-9]+)(.*)' '$1id="page-$3" $2$3$4' --include='*.md'
This commit is contained in:
parent
81c4b61522
commit
d27908ffa0
69 changed files with 16650 additions and 16656 deletions
|
|
@ -59,7 +59,7 @@ var DEBUGGER = true; // this @define is overridden by the Closure Com
|
|||
* but as currently implemented, it does not yield as much improvement as I'd hoped when paging is enabled, so PREFETCH
|
||||
* is still off by default.
|
||||
*/
|
||||
var PREFETCH = true;
|
||||
var PREFETCH = false;
|
||||
|
||||
/**
|
||||
* @define {boolean}
|
||||
|
|
|
|||
Loading…
Reference in a new issue