summaryrefslogtreecommitdiffstats
path: root/static/functions/autocomplete.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/functions/autocomplete.js')
-rw-r--r--static/functions/autocomplete.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/functions/autocomplete.js b/static/functions/autocomplete.js
index f3aebd4..2e810ab 100644
--- a/static/functions/autocomplete.js
+++ b/static/functions/autocomplete.js
@@ -28,5 +28,5 @@ $(document).ready(function() {
serviceUrl : TAGS_AUTOCOMPLETE_URL,
});
}
-
+
});