6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
document.addEventListener("DOMContentLoaded", function() {
|
|
if (typeof $ !== 'undefined') {
|
|
$.fx.off = true;
|
|
}
|
|
});
|