Created
October 24, 2018 06:32
-
-
Save blubbll/5ac3195aa979b79e99dd7b255fc52bc0 to your computer and use it in GitHub Desktop.
Antiautocomplete
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
| /** custom antiautocomplete by Blubbll **/ | |
| var antiAuto = function(){ | |
| return 'antiauto_'+(+new Date()) | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment