Aaron Parecki
7 years ago
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
5 changed files with
9 additions and
9 deletions
-
public/editor-files/editor.js
-
views/event.php
-
views/layout.php
-
views/new-bookmark.php
-
views/new-itinerary.php
|
|
@ -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(){ |
|
|
|
|
|
@ -59,7 +59,7 @@ |
|
|
|
$("#note_category").tokenfield({ |
|
|
|
createTokensOnBlur: true, |
|
|
|
beautify: true |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
$("#btn_post").click(function(){ |
|
|
|
|
|
|
@ -103,4 +103,4 @@ |
|
|
|
}); |
|
|
|
return false; |
|
|
|
}); |
|
|
|
</script> |
|
|
|
</script> |
|
|
@ -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"> |
|
|
|
|
|
@ -70,7 +70,7 @@ $(function(){ |
|
|
|
$("#note_category").tokenfield({ |
|
|
|
createTokensOnBlur: true, |
|
|
|
beautify: true |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
$("#btn_post").click(function(){ |
|
|
|
|
|
|
|
|
|
@ -111,7 +111,7 @@ $(function(){ |
|
|
|
$("#note_category").tokenfield({ |
|
|
|
createTokensOnBlur: true, |
|
|
|
beautify: true |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
$("#btn_add_leg").click(function(){ |
|
|
|
add_leg(); |
|
|
|