diff --git a/views/bootstrap/class.Bootstrap.php b/views/bootstrap/class.Bootstrap.php index 81dc2d931..6d1f95db8 100644 --- a/views/bootstrap/class.Bootstrap.php +++ b/views/bootstrap/class.Bootstrap.php @@ -1029,9 +1029,9 @@ function folderSelected(id, name) { $('#folderChooser').modal('hide'); } $(document).ready(function() { - $('#clearfolder').click(function(ev) { - $('#choosefoldersearch').val(''); - $('#targetid').val(''); + $('#clearfolder').click(function(ev) { + $('#choosefoldersearch').val(''); + $('#targetid').val(''); }); });