diff options
author | Eric Bidelman | 2012-04-18 17:42:08 -0700 |
---|---|---|
committer | Eric Bidelman | 2012-04-18 17:43:20 -0700 |
commit | 782b971d157b041f223dfd3c2027428f06b1c8c9 (patch) | |
tree | 8524f5e77608fdb3aba88580e48cf7091233da8c /js/slide-controller.js | |
parent | a8e534158525f69db7276cded5f79e6fb6819754 (diff) | |
download | io-slides-remote-782b971d157b041f223dfd3c2027428f06b1c8c9.tar.gz |
Sytling for notes not in preso mode. <base> tag FTR
Diffstat (limited to 'js/slide-controller.js')
-rw-r--r-- | js/slide-controller.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/slide-controller.js b/js/slide-controller.js index 594ee47..f93cd52 100644 --- a/js/slide-controller.js +++ b/js/slide-controller.js | |||
@@ -56,6 +56,8 @@ SlideController.prototype.setupDone = function() { | |||
56 | evt.initEvent('keydown', true, true); | 56 | evt.initEvent('keydown', true, true); |
57 | evt.keyCode = 'P'.charCodeAt(0); | 57 | evt.keyCode = 'P'.charCodeAt(0); |
58 | this.popup.document.dispatchEvent(evt); | 58 | this.popup.document.dispatchEvent(evt); |
59 | // this.popup.document.body.classList.add('with-notes'); | ||
60 | // document.body.classList.add('popup'); | ||
59 | }.bind(this), false); | 61 | }.bind(this), false); |
60 | } | 62 | } |
61 | } | 63 | } |