diff --git a/js/client-teambuilder.js b/js/client-teambuilder.js index 48a97f6ee3..25c7199cb2 100644 --- a/js/client-teambuilder.js +++ b/js/client-teambuilder.js @@ -54,6 +54,7 @@ 'keyup .chartinput': 'chartKeyup', 'focus .chartinput': 'chartFocus', 'blur .chartinput': 'chartChange', + 'keyup .searchinput': 'searchChange', // drag/drop 'click .team': 'edit', @@ -120,6 +121,7 @@ // '/' - show teams with no folder curFolder: '', curFolderKeep: '', + curSearchVal: '', exportMode: false, update: function () { @@ -342,7 +344,8 @@ if (filterFormat && filterFormat !== 'gen7') { newButtonText = "New " + Tools.escapeFormat(filterFormat) + " Team"; } - buf += '
'; + buf += '' + + '
'; buf += '