Skip to content

Commit

Permalink
Purge support for IE 6 - 10 (Again)
Browse files Browse the repository at this point in the history
  • Loading branch information
GM-Script-Writer-62850 authored Jun 23, 2020
1 parent f71c003 commit dba0d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/inc/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<h2>Debug Console</h2>
<p><?php
if(isset($Fortune)){
echo '<a href="javascript:void(\'toggleFortune\')" onclick="this[TC]=toggleFortune(this[TC])?\'Hide\':\'Show\';">'.($_COOKIE["fortune"]?'Hide':'Show').'</a> fortunes. (Refresh to apply)<br/>';
echo '<a href="javascript:void(\'toggleFortune\')" onclick="this.textContent=toggleFortune(this.textContent)?\'Hide\':\'Show\';">'.($_COOKIE["fortune"]?'Hide':'Show').'</a> fortunes. (Refresh to apply)<br/>';
}
?>
<a href="javascript:void('toggleDebug')" id="debug-link" onclick="this[TC]=toggleDebug(false)?'Hide':'Show';"><?php
<a href="javascript:void('toggleDebug')" id="debug-link" onclick="this.textContent=toggleDebug(false)?'Hide':'Show';"><?php
if(isset($_COOKIE["debug"]))
echo $_COOKIE["debug"]=='true'?'Hide':'Show';
else
Expand Down

0 comments on commit dba0d96

Please sign in to comment.