d
This commit is contained in:
parent
374c6b2d2a
commit
8c28f4497a
|
@ -27,7 +27,7 @@ $(document).ready(function() {
|
||||||
$(this).addClass("active");
|
$(this).addClass("active");
|
||||||
window.history.replaceState('', document.title, wl.pathname + "?mode=" + m + wl.hash);
|
window.history.replaceState('', document.title, wl.pathname + "?mode=" + m + wl.hash);
|
||||||
});
|
});
|
||||||
initialiseAchievements();
|
//initialiseAchievements();
|
||||||
initialiseFriends();
|
initialiseFriends();
|
||||||
// load scores page for the current favourite mode
|
// load scores page for the current favourite mode
|
||||||
var i = function(){initialiseScores($("#scores-zone>div[data-mode=" + favouriteMode + "]"), favouriteMode)};
|
var i = function(){initialiseScores($("#scores-zone>div[data-mode=" + favouriteMode + "]"), favouriteMode)};
|
||||||
|
|
|
@ -27,7 +27,7 @@ $(document).ready(function() {
|
||||||
$(this).addClass("active");
|
$(this).addClass("active");
|
||||||
window.history.replaceState('', document.title, wl.pathname + "?mode=" + m + wl.hash);
|
window.history.replaceState('', document.title, wl.pathname + "?mode=" + m + wl.hash);
|
||||||
});
|
});
|
||||||
initialiseAchievements();
|
//initialiseAchievements();
|
||||||
initialiseFriends();
|
initialiseFriends();
|
||||||
// load scores page for the current favourite mode
|
// load scores page for the current favourite mode
|
||||||
var i = function(){initialiseScores($("#scores-zone>div[data-mode=" + favouriteMode + "]"), favouriteMode)};
|
var i = function(){initialiseScores($("#scores-zone>div[data-mode=" + favouriteMode + "]"), favouriteMode)};
|
||||||
|
@ -104,6 +104,7 @@ function initialiseAchievements() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function initialiseFriends() {
|
function initialiseFriends() {
|
||||||
var b = $("#add-friend-button");
|
var b = $("#add-friend-button");
|
||||||
if (b.length == 0) return;
|
if (b.length == 0) return;
|
||||||
|
|
|
@ -27,7 +27,7 @@ $(document).ready(function() {
|
||||||
$(this).addClass("active");
|
$(this).addClass("active");
|
||||||
window.history.replaceState('', document.title, wl.pathname + "?mode=" + m + wl.hash);
|
window.history.replaceState('', document.title, wl.pathname + "?mode=" + m + wl.hash);
|
||||||
});
|
});
|
||||||
initialiseAchievements();
|
//initialiseAchievements();
|
||||||
initialiseFriends();
|
initialiseFriends();
|
||||||
// load scores page for the current favourite mode
|
// load scores page for the current favourite mode
|
||||||
var i = function(){initialiseScores($("#scores-zone>div[data-mode=" + favouriteMode + "]"), favouriteMode)};
|
var i = function(){initialiseScores($("#scores-zone>div[data-mode=" + favouriteMode + "]"), favouriteMode)};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user