aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy/js/autoCompleteTags.js
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-14 16:01:14 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-14 16:01:14 +0200
commit39676caf83a3d85203a769295d65c8ce32953883 (patch)
tree1c98d8fdcdf8aa6941a21290bcbe883132ea891f /app/Resources/static/themes/baggy/js/autoCompleteTags.js
parent2b21cc8869c9a6cbcc14a10aa6f39a10c3b8c4a0 (diff)
downloadwallabag-39676caf83a3d85203a769295d65c8ce32953883.tar.gz
wallabag-39676caf83a3d85203a769295d65c8ce32953883.tar.zst
wallabag-39676caf83a3d85203a769295d65c8ce32953883.zip
Removed old, not so maintained and buggy baggy themeremove-baggy
Diffstat (limited to 'app/Resources/static/themes/baggy/js/autoCompleteTags.js')
-rwxr-xr-xapp/Resources/static/themes/baggy/js/autoCompleteTags.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/Resources/static/themes/baggy/js/autoCompleteTags.js b/app/Resources/static/themes/baggy/js/autoCompleteTags.js
deleted file mode 100755
index 64fdaa92..00000000
--- a/app/Resources/static/themes/baggy/js/autoCompleteTags.js
+++ /dev/null
@@ -1,8 +0,0 @@
1function split(val) {
2 return val.split(/,\s*/);
3}
4function extractLast(term) {
5 return split(term).pop();
6}
7
8export default { split, extractLast };