Template:CSS/UT-Tokyo/Counter/Contents

From 2014.igem.org

(Difference between revisions)
Line 461: Line 461:
function loadContent(cont,link,height){
function loadContent(cont,link,height){
document.title = "σ-Re Counter | UT-Tokyo 2014";
document.title = "σ-Re Counter | UT-Tokyo 2014";
-
 
+
alert(getUrlVars()["cont"]);
if(typeof cont !== "undefined"){
if(typeof cont !== "undefined"){
if(cont != "Team-top"){
if(cont != "Team-top"){
Line 481: Line 481:
if(getUrlVars()["page"]){
if(getUrlVars()["page"]){
var str = getUrlVars()["page"];
var str = getUrlVars()["page"];
 +
alert(str);
}else{
}else{
var str = "Project-block";
var str = "Project-block";

Revision as of 14:23, 9 October 2014