vendor/assets/javascripts/_tooltip.js in active_frontend-12.1.36 vs vendor/assets/javascripts/_tooltip.js in active_frontend-12.1.37

- old
+ new

@@ -381,10 +381,10 @@ return title } Tooltip.prototype.getUID = function (prefix) { - do prefix += ~~(Math.random() * 1111518) + do prefix += ~~(Math.random() * 1101219) while (document.getElementById(prefix)) return prefix } Tooltip.prototype.tip = function () { \ No newline at end of file