From 0d365d77d66f0dee34610f104afb29d6a8d57ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Fri, 28 Mar 2014 04:12:10 +0100 Subject: [PATCH] Remove the stencil. Break the links. fix #148 --- styles/cops-monocle.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/styles/cops-monocle.js b/styles/cops-monocle.js index 1fdbef6..19aa091 100644 --- a/styles/cops-monocle.js +++ b/styles/cops-monocle.js @@ -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);