1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00
wallabag/tpl/js/poche.js
Thomas Citharel 693b3f8677 Implemented Add Button
Added a button to add an URL when directly into Poche. If JS isn't
enabled, nothing happens.
2013-09-08 21:07:59 +02:00

2 lines
No EOL
54 B
JavaScript

function showinput(){
$('#inputform').fadeIn('fast');}