Added page IDs: replace.js '(\[<img )(.*"Page )([0-9]+)(.*)' '$1id="page-$3" $2$3$4' --include='*.md'

This commit is contained in:
Jeff Parsons 2016-03-09 11:16:07 -08:00
commit d27908ffa0
69 changed files with 16650 additions and 16656 deletions

View file

@ -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}