Template:CSS/UT-Tokyo/Counter/Contents

From 2014.igem.org

(Difference between revisions)
Line 496: Line 496:
function loadContent(cont,link){
function loadContent(cont,link){
document.title = "σ-Re Counter | UT-Tokyo 2014";
document.title = "σ-Re Counter | UT-Tokyo 2014";
-
+
 
 +
var loading = document.getElementById("loading-img");
 +
loading.style.display = "block";
 +
$("#contentsBody").mCustomScrollbar({
$("#contentsBody").mCustomScrollbar({
mouseWheelPixels: 250
mouseWheelPixels: 250
Line 506: Line 509:
}
}
}
}
-
 
-
var loading = document.getElementById("loading-img");
 
-
loading.style.display = "block";
 
if(typeof cont !== "undefined"){
if(typeof cont !== "undefined"){

Revision as of 06:10, 16 October 2014