mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Run dist on latest
This commit is contained in:
Vendored
+1
-1
@@ -25,7 +25,7 @@
|
||||
|
||||
var getUID = function getUID(prefix) {
|
||||
do {
|
||||
prefix += ~~(Math.random() * MAX_UID); // "~~" acts like a faster Math.floor() here
|
||||
prefix += Math.floor(Math.random() * MAX_UID);
|
||||
} while (document.getElementById(prefix));
|
||||
|
||||
return prefix;
|
||||
|
||||
Reference in New Issue
Block a user