easter egg

This commit is contained in:
Martijn Scheepers
2017-11-17 09:33:19 +01:00
parent 9b0566c906
commit 77d83cb56f
2 changed files with 7 additions and 0 deletions

View File

@@ -33,6 +33,10 @@ function adminAccFunc() {
}
}
function dont_panic() {
$('div').addClass('w3-spin');
}
$( document ).ready(function() {
if(typeof(EventSource) !== "undefined") {
var systemdate = new EventSource("helperpage/systemdate.php");

View File

@@ -28,6 +28,9 @@
</div>
<a href="help.php" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-white">Help</a>
</div>
<a href="javascript:dont_panic();">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mP8z8BQDwAEhQGAhKmMIQAAAABJRU5ErkJggg==">
</a>
</nav>
<!-- Top menu on small screens -->