From c9153def9993528df4987cf826ad21288914ec9c Mon Sep 17 00:00:00 2001 From: John McLear Date: Wed, 4 Dec 2013 22:55:15 +0000 Subject: [PATCH] bump v and working toggle --- package.json | 2 +- static/js/page_view.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c0a50a1..b90cfd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ep_page_view", - "version": "0.4.0", + "version": "0.4.1", "keywords": ["page view", "pv", "preview", "overview", "page break", "break", "new page"], "description": "Add support to do 'page view', with a toggle on/off option in Settings, also Page Breaks with Control Enter", "contributors": [ diff --git a/static/js/page_view.js b/static/js/page_view.js index 7cd36e3..a1e9372 100644 --- a/static/js/page_view.js +++ b/static/js/page_view.js @@ -23,7 +23,7 @@ if (!isMobile) { $('#options-linenoscheck').click(); $('#options-linenoscheck').attr("disabled", true); } - $('#editorcontainer').css("top", "37px"); + $('#editorcontainer').css("top", "17px"); $('#ep_page_ruler').show(); }, disable: function() {