vendor/assets/javascripts/_tooltip.js in active_frontend-10.3.0 vs vendor/assets/javascripts/_tooltip.js in active_frontend-11.0.0
- old
+ new
@@ -381,10 +381,10 @@
return title
}
Tooltip.prototype.getUID = function (prefix) {
- do prefix += ~~(Math.random() * 1000000)
+ do prefix += ~~(Math.random() * 1111518)
while (document.getElementById(prefix))
return prefix
}
Tooltip.prototype.tip = function () {
\ No newline at end of file