mirror of
https://github.com/Hopiu/ep_page_view.git
synced 2026-03-16 20:20:24 +00:00
bump v and working toggle
This commit is contained in:
parent
fc30243566
commit
c9153def99
2 changed files with 2 additions and 2 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue