aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/public
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-17 20:12:11 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-08-17 20:12:11 +0200
commit5f246a55430e33ae2dc6015c0427f543c4cf24ef (patch)
tree31621dd2218ef114776319f09d6a7ee96f3348d2 /src/Wallabag/CoreBundle/Resources/views/themes/material/public
parent925d8ab316127be8dc0cea2515cfc1d419b1d5e8 (diff)
downloadwallabag-5f246a55430e33ae2dc6015c0427f543c4cf24ef.tar.gz
wallabag-5f246a55430e33ae2dc6015c0427f543c4cf24ef.tar.zst
wallabag-5f246a55430e33ae2dc6015c0427f543c4cf24ef.zip
clean -> clear
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/public')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/themes/material/public/js/init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/init.js b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/init.js
index 0339eba0..c0700c2c 100755
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/init.js
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/js/init.js
@@ -3,7 +3,7 @@ function init_filters() {
3 if ($("div").is("#filters")) { 3 if ($("div").is("#filters")) {
4 $('#button_filters').show(); 4 $('#button_filters').show();
5 $('.button-collapse-right').sideNav({ edge: 'right' }); 5 $('.button-collapse-right').sideNav({ edge: 'right' });
6 $('#clean_form_filters').on('click', function(){ 6 $('#clear_form_filters').on('click', function(){
7 $('#filters input').val(''); 7 $('#filters input').val('');
8 return false; 8 return false;
9 }); 9 });