temporarily sets it to redirect to index until fix
This commit is contained in:
parent
3f82b3ff44
commit
8a721e96e6
@ -33,7 +33,7 @@ layout: null
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a href="/index2">click here to skip</a><br>
|
<a href="/index">click here to skip</a><br>
|
||||||
<p id="0"></p>
|
<p id="0"></p>
|
||||||
<p id="1"></p>
|
<p id="1"></p>
|
||||||
<p id="2"></p>
|
<p id="2"></p>
|
||||||
@ -106,7 +106,7 @@ layout: null
|
|||||||
}
|
}
|
||||||
|
|
||||||
function skipper() {
|
function skipper() {
|
||||||
window.location.href = "/index2";
|
window.location.href = "/index";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user