ydshieh HF staff commited on
Commit
ef74aaa
1 Parent(s): 71f1442

Update split.js

Browse files
Files changed (1) hide show
  1. split.js +1 -1
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(pb.replace("px", ""));
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!