forked from wallabag/wallabag
Implemented Add Button
Added a button to add an URL when directly into Poche. If JS isn't enabled, nothing happens.
This commit is contained in:
2
tpl/js/poche.js
Normal file
2
tpl/js/poche.js
Normal file
@ -0,0 +1,2 @@
|
||||
function showinput(){
|
||||
$('#inputform').fadeIn('fast');}
|
||||
Reference in New Issue
Block a user