From cbc237c8ce63aadaecb6be0fd9eb733f8bb0d6bc Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 27 May 2018 10:06:02 -0700 Subject: whitespace --- public/editor-files/editor.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'public') diff --git a/public/editor-files/editor.js b/public/editor-files/editor.js index 06dc3e1..516e16c 100644 --- a/public/editor-files/editor.js +++ b/public/editor-files/editor.js @@ -36,7 +36,7 @@ $(function() { $('.publish-dropdown .action-signin').addClass('hidden'); } else { $('.publish-dropdown .action-publish').addClass('hidden'); - $('.publish-dropdown .action-signin').removeClass('hidden'); + $('.publish-dropdown .action-signin').removeClass('hidden'); } }); @@ -97,7 +97,7 @@ $(function() { $('#publish-success').addClass('hidden'); $('#publish-fields').removeClass('hidden'); } - }); + }); }); $("#micropub-html-btn").click(function(){ @@ -202,8 +202,8 @@ $(function(){ // Not sure why this isn't working // editor.subscribe('editableInput', function(ev, editable) { -// console.log("stuff changed"); -// }); +// console.log("stuff changed"); +// }); // This one works okay tho, but misses changes from the image uploader editor.on(document.getElementById('content'), 'input', function(){ -- cgit v1.2.3