Adding admin menu filter.

This commit is contained in:
Sipke Schoorstra
2014-07-08 20:26:20 -07:00
parent 300ef6f71b
commit cc6efa3ad9
8 changed files with 69 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
var bulkActions = $(".bulk-actions-wrapper").addClass("visible");
var theSwitch = $(".switch-for-switchable");
theSwitch.prepend(bulkActions);
$("#search-box").focus().keyup(function() {
$("#search-box").keyup(function() {
var text = $(this).val();
if (text == '') {