Browse Source

Remove the stencil. Break the links. fix #148

master
Sébastien Lucas 10 years ago
parent
commit
0d365d77d6
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      styles/cops-monocle.js

+ 0
- 5
styles/cops-monocle.js View File

@@ -61,11 +61,6 @@ Monocle.DEBUG = true;
var magnifier = new Monocle.Controls.Magnifier(reader);
reader.addControl(magnifier, 'page');

/* The stencil activates internal links */
var stencil = new Monocle.Controls.Stencil(reader);
reader.addControl(stencil);
//stencil.toggleHighlights();

/* BOOK TITLE RUNNING HEAD */
var bookTitle = {}
bookTitle.contentsMenu = Monocle.Controls.Contents(reader);


Loading…
Cancel
Save