Update split.js
Browse files
split.js
CHANGED
@@ -80,7 +80,7 @@ if (window.addEventListener && document.getElementById("container") != null) {
|
|
80 |
fixDragBtn();
|
81 |
}
|
82 |
|
83 |
-
initfn()
|
84 |
|
85 |
function w3_getStyleValue(elmnt,style) {
|
86 |
if (window.getComputedStyle) {
|
|
|
80 |
fixDragBtn();
|
81 |
}
|
82 |
|
83 |
+
initfn();
|
84 |
|
85 |
function w3_getStyleValue(elmnt,style) {
|
86 |
if (window.getComputedStyle) {
|