Created
November 4, 2014 13:48
-
-
Save benaston/7f9e84aeb63962d33010 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<style> | |
a { | |
line-height: 2rem; | |
} | |
</style> | |
</head> | |
<body> | |
<ul> | |
<li>OUTRIGHTS | |
<a href="javascript:void((function() { document.cookie='isOutrightProductEnabled=1; expires=Thu, 18 Dec 2035 12:00:00 GMT'; return false; }()))">ENABLE</a> | |
<a href="javascript:void((function() { document.cookie='isOutrightProductEnabled=1; expires=Thu, 18 Dec 2000 12:00:00 GMT'; return false; }()))">DISABLE</a> | |
</li> | |
<li>ORDERS | |
<a href="javascript:void((function() { document.cookie='isOrderPlacingEnabled=1; expires=Thu, 18 Dec 2035 12:00:00 GMT'; return false; }()))">ENABLE</a> | |
<a href="javascript:void((function() { document.cookie='isOrderPlacingEnabled=1; expires=Thu, 18 Dec 2000 12:00:00 GMT'; return false; }()))">DISABLE</a> | |
</li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment