Browse Source

whitespace

pull/108/head
Aaron Parecki 5 years ago
parent
commit
cbc237c8ce
No known key found for this signature in database GPG Key ID: 276C2817346D6056
5 changed files with 9 additions and 9 deletions
  1. +4
    -4
      public/editor-files/editor.js
  2. +2
    -2
      views/event.php
  3. +1
    -1
      views/layout.php
  4. +1
    -1
      views/new-bookmark.php
  5. +1
    -1
      views/new-itinerary.php

+ 4
- 4
public/editor-files/editor.js View File

@ -36,7 +36,7 @@ $(function() {
$('.publish-dropdown .action-signin').addClass('hidden'); $('.publish-dropdown .action-signin').addClass('hidden');
} else { } else {
$('.publish-dropdown .action-publish').addClass('hidden'); $('.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-success').addClass('hidden');
$('#publish-fields').removeClass('hidden'); $('#publish-fields').removeClass('hidden');
} }
});
});
}); });
$("#micropub-html-btn").click(function(){ $("#micropub-html-btn").click(function(){
@ -202,8 +202,8 @@ $(function(){
// Not sure why this isn't working // Not sure why this isn't working
// editor.subscribe('editableInput', function(ev, editable) { // 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 // This one works okay tho, but misses changes from the image uploader
editor.on(document.getElementById('content'), 'input', function(){ editor.on(document.getElementById('content'), 'input', function(){

+ 2
- 2
views/event.php View File

@ -59,7 +59,7 @@
$("#note_category").tokenfield({ $("#note_category").tokenfield({
createTokensOnBlur: true, createTokensOnBlur: true,
beautify: true beautify: true
});
});
$("#btn_post").click(function(){ $("#btn_post").click(function(){
@ -103,4 +103,4 @@
}); });
return false; return false;
}); });
</script>
</script>

+ 1
- 1
views/layout.php View File

@ -31,7 +31,7 @@
<script src="/libs/awesomplete/awesomplete.min.js"></script> <script src="/libs/awesomplete/awesomplete.min.js"></script>
<link rel="stylesheet" href="/libs/awesomplete/awesomplete.css"> <link rel="stylesheet" href="/libs/awesomplete/awesomplete.css">
--> -->
<link rel="stylesheet" href="/css/style.css"> <link rel="stylesheet" href="/css/style.css">
<link rel="apple-touch-icon" sizes="57x57" href="/images/quill-icon-57.png"> <link rel="apple-touch-icon" sizes="57x57" href="/images/quill-icon-57.png">

+ 1
- 1
views/new-bookmark.php View File

@ -70,7 +70,7 @@ $(function(){
$("#note_category").tokenfield({ $("#note_category").tokenfield({
createTokensOnBlur: true, createTokensOnBlur: true,
beautify: true beautify: true
});
});
$("#btn_post").click(function(){ $("#btn_post").click(function(){

+ 1
- 1
views/new-itinerary.php View File

@ -111,7 +111,7 @@ $(function(){
$("#note_category").tokenfield({ $("#note_category").tokenfield({
createTokensOnBlur: true, createTokensOnBlur: true,
beautify: true beautify: true
});
});
$("#btn_add_leg").click(function(){ $("#btn_add_leg").click(function(){
add_leg(); add_leg();

Loading…
Cancel
Save