This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(".menu ul li").live('click', function(){ | |
//show the loading bar | |
showLoading(); | |
//load selected section | |
switch(this.id){ | |
case "home": | |
navmenu.load("navmenu.html #zhome", hideLoading); | |
break; | |
case "our-team": | |
navmenu.load("navmenu.html #zour-team", hideLoading); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
ignorecase = true | |
[remote "origin"] | |
url = [email protected]:deckpeck/fisie.git | |
fetch = +refs/heads/*:refs/remotes/fisie/* | |
push = refs/heads/master:refs/heads/master |