summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/event.php4
-rw-r--r--views/layout.php2
-rw-r--r--views/new-bookmark.php2
-rw-r--r--views/new-itinerary.php2
4 files changed, 5 insertions, 5 deletions
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;
});
-</script> \ No newline at end of file
+</script>
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 @@
<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">
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();