mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 16:21:19 -04:00
commit all random stuff to repo
This commit is contained in:
7
static/candies/scripts/loadPrompt.js
Executable file
7
static/candies/scripts/loadPrompt.js
Executable file
@@ -0,0 +1,7 @@
|
||||
function loadPrompt() {
|
||||
var code = prompt("Please enter your five-character code.", "");
|
||||
|
||||
if(code != null) {
|
||||
window.location = 'index.php?pass=' + code;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user