From cbc237c8ce63aadaecb6be0fd9eb733f8bb0d6bc Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 27 May 2018 10:06:02 -0700 Subject: [PATCH] whitespace --- public/editor-files/editor.js | 8 ++++---- views/event.php | 4 ++-- views/layout.php | 2 +- views/new-bookmark.php | 2 +- views/new-itinerary.php | 2 +- 5 files changed, 9 insertions(+), 9 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(){ diff --git a/views/event.php b/views/event.php index c50e1d4..399ff58 100644 --- a/views/event.php +++ b/views/event.php @@ -59,7 +59,7 @@ $("#note_category").tokenfield({ createTokensOnBlur: true, beautify: true - }); + }); $("#btn_post").click(function(){ @@ -103,4 +103,4 @@ }); return false; }); - \ No newline at end of file + diff --git a/views/layout.php b/views/layout.php index c1c41d3..0850537 100644 --- a/views/layout.php +++ b/views/layout.php @@ -31,7 +31,7 @@ --> - + diff --git a/views/new-bookmark.php b/views/new-bookmark.php index 0cc19d7..35e1907 100644 --- a/views/new-bookmark.php +++ b/views/new-bookmark.php @@ -70,7 +70,7 @@ $(function(){ $("#note_category").tokenfield({ createTokensOnBlur: true, beautify: true - }); + }); $("#btn_post").click(function(){ diff --git a/views/new-itinerary.php b/views/new-itinerary.php index f8c9b02..c3176f9 100644 --- a/views/new-itinerary.php +++ b/views/new-itinerary.php @@ -111,7 +111,7 @@ $(function(){ $("#note_category").tokenfield({ createTokensOnBlur: true, beautify: true - }); + }); $("#btn_add_leg").click(function(){ add_leg();