Skip to content

Commit

Permalink
Comment out some js we're not ready for
Browse files Browse the repository at this point in the history
  • Loading branch information
eedeebee committed Oct 11, 2012
1 parent 7384853 commit e6690f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/functions.js
Expand Up @@ -263,6 +263,7 @@ if(typeof jQuery != 'undefined') {
$('.showScroll').addClass('lion');
}

/*
$('div.qtips[title]').qtip({
style: {
width: 300,
Expand All @@ -286,6 +287,7 @@ if(typeof jQuery != 'undefined') {
adjust: { mouse: false }
}
});
*/

//Hide login and signup when we're on a signup page
// console.log(window.location.pathname);
Expand Down

0 comments on commit e6690f6

Please sign in to comment.