Update
This commit is contained in:
parent
6696b1f9d2
commit
e5134eb572
@ -29,14 +29,7 @@
|
|||||||
<link href="../templates/Web/css2" rel="stylesheet">
|
<link href="../templates/Web/css2" rel="stylesheet">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#funding {
|
|
||||||
cursor: pointer;
|
|
||||||
R
|
|
||||||
}
|
|
||||||
|
|
||||||
#prove {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#funding:hover+#prove {
|
#funding:hover+#prove {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -28,14 +28,7 @@
|
|||||||
<link href="../templates/Web/css2" rel="stylesheet">
|
<link href="../templates/Web/css2" rel="stylesheet">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#funding {
|
|
||||||
cursor: pointer;
|
|
||||||
R
|
|
||||||
}
|
|
||||||
|
|
||||||
#prove {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#funding:hover+#prove {
|
#funding:hover+#prove {
|
||||||
display: block;
|
display: block;
|
||||||
@ -185,26 +178,29 @@
|
|||||||
<i class="icon-chevron-down"></i> Thank You For Playing!!!
|
<i class="icon-chevron-down"></i> Thank You For Playing!!!
|
||||||
</h1>
|
</h1>
|
||||||
<br>
|
<br>
|
||||||
<h3>
|
<h3 id="question">
|
||||||
Do you want to play another round?
|
Do you want to play another round?
|
||||||
</h3>
|
</h3>
|
||||||
<br>
|
<br>
|
||||||
<button onclick="window.location.href = '/gameplay2';" class="cirButton">Yes</button>
|
<button onclick="window.location.href = '/gameplay2';" class="cirButton">Yes</button>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<button id="hideButton" class="cirButton" onclick="window.close()">No</button>
|
<button id="hideButton" class="cirButton">No</button>
|
||||||
<script>
|
<script>
|
||||||
// document.getElementById("hideButton").addEventListener("click", function () {
|
|
||||||
// var buttons = document.getElementsByTagName("button");
|
|
||||||
// for (var i = 0; i < buttons.length; i++) {
|
|
||||||
// buttons[i].style.display = "none";
|
|
||||||
// }
|
|
||||||
// });
|
|
||||||
|
|
||||||
document.getElementById("hideButton").addEventListener("click", function () {
|
document.getElementById("hideButton").addEventListener("click", function () {
|
||||||
var newWindow = window.open("", "_self");
|
var buttons = document.getElementsByTagName("button");
|
||||||
newWindow.close();
|
for (var i = 0; i < buttons.length; i++) {
|
||||||
|
buttons[i].style.display = "none";
|
||||||
|
}
|
||||||
|
var text=document.getElementById("question");
|
||||||
|
text.style.visibility="hidden";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
// document.getElementById("hideButton").addEventListener("click", function () {
|
||||||
|
// var newWindow = window.open("", "_self");
|
||||||
|
// newWindow.close();
|
||||||
|
// });
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -28,14 +28,7 @@
|
|||||||
<link href="../templates/Web/css2" rel="stylesheet">
|
<link href="../templates/Web/css2" rel="stylesheet">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#funding {
|
|
||||||
cursor: pointer;
|
|
||||||
R
|
|
||||||
}
|
|
||||||
|
|
||||||
#prove {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#funding:hover+#prove {
|
#funding:hover+#prove {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -27,14 +27,7 @@
|
|||||||
<link href="../templates/Web/css2" rel="stylesheet">
|
<link href="../templates/Web/css2" rel="stylesheet">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#funding {
|
|
||||||
cursor: pointer;
|
|
||||||
R
|
|
||||||
}
|
|
||||||
|
|
||||||
#prove {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#funding:hover+#prove {
|
#funding:hover+#prove {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user