mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Adding admin menu filter.
This commit is contained in:
@@ -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 == '') {
|
||||
|
||||
Reference in New Issue
Block a user