easter egg
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user