Template:CSS/UT-Tokyo/Counter/Contents
From 2014.igem.org
(Difference between revisions)
Pineappler (Talk | contribs) |
Pineappler (Talk | contribs) |
||
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: | ||
} | } | ||
} | } | ||
- | |||
- | |||
- | |||
if(typeof cont !== "undefined"){ | if(typeof cont !== "undefined"){ |