Update split.js
Browse files
split.js
CHANGED
|
@@ -29,7 +29,7 @@ function fixDragBtn() {
|
|
| 29 |
|
| 30 |
var show_api = document.getElementsByClassName("show-api")[0];
|
| 31 |
var api = w3_getStyleValue(show_api, "height");
|
| 32 |
-
apih = Number(
|
| 33 |
console.log(apih);
|
| 34 |
|
| 35 |
// This is the actual value of the already updated document!
|
|
|
|
| 29 |
|
| 30 |
var show_api = document.getElementsByClassName("show-api")[0];
|
| 31 |
var api = w3_getStyleValue(show_api, "height");
|
| 32 |
+
apih = Number(api.replace("px", ""));
|
| 33 |
console.log(apih);
|
| 34 |
|
| 35 |
// This is the actual value of the already updated document!
|