new version
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
// Whoever did the rest of js files, he/she did it in some other way
|
||||
// Hope this is not very wrong
|
||||
$(document).ready(function() {
|
||||
$("#maintoggle").click(function(){
|
||||
$('#nav').toggle();
|
||||
$('#maintoggle').toggleClass('toggler-active');
|
||||
$(function() {
|
||||
$("#maintoggle").click(function() {
|
||||
$('#nav').toggle();
|
||||
$('#maintoggle').toggleClass('toggler-active');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user