mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
include required js and css libraries,
"New" panel index.php updated to use only internal libraries
This commit is contained in:
@@ -21,16 +21,15 @@ $(this).next("ul").slideUp(350);
|
||||
}
|
||||
});
|
||||
|
||||
$("#nav > li.has_sub > a.open").addClass("subdrop").next("ul").show();
|
||||
|
||||
$(".menubutton").click(function(){
|
||||
if(!$(".content").hasClass("enlarged")){
|
||||
$("#nav .has_sub ul").removeAttr("style");
|
||||
$(".content").addClass("enlarged");
|
||||
}else{
|
||||
$(".content").removeClass("enlarged");
|
||||
}
|
||||
});
|
||||
/**/
|
||||
|
||||
$(".sidebar-dropdown a").on('click',function(e){
|
||||
e.preventDefault();
|
||||
if(!$(this).hasClass("open")) {
|
||||
|
||||
Reference in New Issue
Block a user