WHAT??
Anonymous
javascript
09/08/2024 6:21 PM
448 B
21
Indexable
(function () {
'use strict';
var dcma_timer = setInterval(function() {
if (window.lampa_settings.dcma || window.lampa_settings.fixdcma) {
clearInterval(dcma_timer);
if (window.lampa_settings.dcma) {
window.lampa_settings.dcma = false;
}
}
}, 100);
})();Editor is loading...
Leave a Comment