I hereby claim:
- I am serin113 on github.
- I am simclem (https://keybase.io/simclem) on keybase.
- I have a public key whose fingerprint is 2155 44AD 09CA 3661 703B F73A B83C 83A6 F6C4 FA2A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /* | |
| * Copyright (c) 2010 Tobias Schneider | |
| * This script is freely distributable under the terms of the MIT license. | |
| */ | |
| (function(){ | |
| var UPC_SET = { | |
| "3211": '0', | |
| "2221": '1', | |
| "2122": '2', |
| function popUp(t, m, pp){ | |
| // intialization of return value | |
| var ret; | |
| /* | |
| var m is the message in the popup (required) | |
| var t is the type of popup (required) | |
| var pp sets a placeholder for the input (prompt only) |