bump v and working toggle

This commit is contained in:
John McLear 2013-12-04 22:55:15 +00:00
parent fc30243566
commit c9153def99
2 changed files with 2 additions and 2 deletions

View file

@ -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": [

View file

@ -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() {