refactor app.js
This commit is contained in:
parent
0f2c6bb3cc
commit
e455964d03
@ -8,9 +8,9 @@ function routeMenu(){
|
|||||||
case "/program":
|
case "/program":
|
||||||
$("li#program").addClass("active");
|
$("li#program").addClass("active");
|
||||||
break;
|
break;
|
||||||
case "/committees":
|
/*case "/committees":
|
||||||
$("li#committees").addClass("active");
|
$("li#committees").addClass("active");
|
||||||
break;
|
break;*/
|
||||||
case "/invitedspeakers":
|
case "/invitedspeakers":
|
||||||
$("li#invitedspeakers").addClass("active");
|
$("li#invitedspeakers").addClass("active");
|
||||||
break;
|
break;
|
||||||
@ -28,7 +28,7 @@ function routeMenu(){
|
|||||||
}
|
}
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
routeMenu();
|
routeMenu();
|
||||||
var margin = $(".container").css("margin-left");
|
//var margin = $(".container").css("margin-left");
|
||||||
//$("#menu").css("margin-left",margin);
|
//$("#menu").css("margin-left",margin);
|
||||||
|
|
||||||
$('#contactform').submit(function(event){
|
$('#contactform').submit(function(event){
|
||||||
|
Loading…
Reference in New Issue
Block a user