diff options
author | Aaron Parecki <aaron@parecki.com> | 2018-05-27 10:06:02 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2018-05-27 10:06:02 -0700 |
commit | cbc237c8ce63aadaecb6be0fd9eb733f8bb0d6bc (patch) | |
tree | 6403279bde6350a09a8dd23e74fed8fea35525ef /public | |
parent | 1c3b6f50df9c1106bd44dbb201f265f144c1fb3c (diff) |
whitespace
Diffstat (limited to 'public')
-rw-r--r-- | public/editor-files/editor.js | 8 |
1 files changed, 4 insertions, 4 deletions
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(){ |