Clear palette filter box on reload (firefox)

This commit is contained in:
Nick O'Leary 2014-03-17 16:01:47 +00:00
parent 15d642c55d
commit 015adb3dfd
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ RED.palette = function() {
$("#palette-search-input").focus();
});
$("#palette-search-input").val("");
$("#palette-search-input").on("keyup",function() {
filterChange();
});