aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/js
diff options
context:
space:
mode:
authorThomas Citharel <thomas.citharet@gmail.com>2013-09-08 21:07:59 +0200
committerThomas Citharel <thomas.citharet@gmail.com>2013-09-08 21:07:59 +0200
commit693b3f86776ae236d69ac6ed085b5e46b9054642 (patch)
tree52beeeaccc06b8d9ae52ca99b507f2e29eb47fe8 /tpl/js
parent3eb049036e601c1978cf5f7f0d5be8c577933b72 (diff)
downloadwallabag-693b3f86776ae236d69ac6ed085b5e46b9054642.tar.gz
wallabag-693b3f86776ae236d69ac6ed085b5e46b9054642.tar.zst
wallabag-693b3f86776ae236d69ac6ed085b5e46b9054642.zip
Implemented Add Button
Added a button to add an URL when directly into Poche. If JS isn't enabled, nothing happens.
Diffstat (limited to 'tpl/js')
-rw-r--r--tpl/js/poche.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tpl/js/poche.js b/tpl/js/poche.js
new file mode 100644
index 00000000..c2e02f9c
--- /dev/null
+++ b/tpl/js/poche.js
@@ -0,0 +1,2 @@
1function showinput(){
2$('#inputform').fadeIn('fast');} \ No newline at end of file