Update split.js
Browse files
split.js
CHANGED
@@ -94,6 +94,7 @@ if (window.addEventListener && document.getElementById("container") != null) {
|
|
94 |
window.addEventListener("touchend", dragend);
|
95 |
window.addEventListener("load", fixDragBtn);
|
96 |
}
|
|
|
97 |
}
|
98 |
|
99 |
initfn()
|
|
|
94 |
window.addEventListener("touchend", dragend);
|
95 |
window.addEventListener("load", fixDragBtn);
|
96 |
}
|
97 |
+
fixDragBtn();
|
98 |
}
|
99 |
|
100 |
initfn()
|