Browse Source

whitespace

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

8
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(){

4
views/event.php

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

2
views/layout.php

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

2
views/new-bookmark.php

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

2
views/new-itinerary.php

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

Loading…
Cancel
Save