Skip to content

Commit df5df39

Browse files
authored
remove debug code
1 parent 0ccd3c5 commit df5df39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/js/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,8 +1055,6 @@ function checkedAll(frmname) {
10551055
}
10561056

10571057
function doSearch(url) {
1058-
console.log(url);
1059-
return false;
10601058
var url = url || '/search/';
10611059
var loc = url + '?q=' + $('.search-input').val().'&token='. $('input[name="token"]').val();
10621060
location.href = loc;

0 commit comments

Comments
 (0)