This file contains hidden or 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
diff --git a/Pages/js/first_run.js b/Pages/js/first_run.js | |
index 7f34368..307cefb 100644 | |
--- a/Pages/js/first_run.js | |
+++ b/Pages/js/first_run.js | |
@@ -43,6 +43,7 @@ var callbacks = { | |
* Tell the user their registration was rejected. | |
*/ | |
registrationFailure: function() { | |
+ $(".register_feedback_emailed").slideUp(); | |
$(".register_feedback_failure").slideDown(); |
This file contains hidden or 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
localStorage.clear(); | |
var a = ""; | |
for (var i = 0; i < 1024; i++){ | |
a += "a"; | |
} | |
for (var i = 0; i < 10000; i++){ | |
try { | |
localStorage.setItem(i, a); |
This file contains hidden or 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
remove Lock = Caps_Lock | |
add Lock = Escape | |
keysym Caps_Lock = Escape | |
keysym Escape = Caps_Lock | |
keycode 107 = Super_R |