fixes flacky test: "$ is undefined"
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
document.addEventListener("DOMContentLoaded", function() {
|
document.addEventListener("DOMContentLoaded", function() {
|
||||||
|
if (typeof $ !== 'undefined') {
|
||||||
$.fx.off = true;
|
$.fx.off = true;
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user