mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[LBA] Fixed dupe search. Regular search would not work after using dupe search.
This commit is contained in:
@@ -313,6 +313,7 @@ $(document).ready(function () {
|
||||
});
|
||||
},
|
||||
});
|
||||
$("#dupes").val("");
|
||||
return false;
|
||||
});
|
||||
|
||||
@@ -707,7 +708,6 @@ $(document).ready(function () {
|
||||
});
|
||||
|
||||
$('#searchForm').on('reset', function(e) {
|
||||
$("#dupes").val("");
|
||||
setTimeout(function() {
|
||||
$('#searchForm').submit();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user