mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-18 09:44:20 +08:00
Sped up admin navigation toggle.
--HG-- branch : dev
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
$(document).ready(function(){
|
||||
$("#navigation li span").click(function() {
|
||||
$(this).next().next().slideToggle(600);
|
||||
$(this).next().next().slideToggle(400);
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user