diff -r b833d7c72ea9 -r 5869151a1f2f web/res/js/jquery.touchsplitter.js --- a/web/res/js/jquery.touchsplitter.js Wed Dec 11 11:04:27 2019 +0100 +++ b/web/res/js/jquery.touchsplitter.js Wed Dec 11 14:30:18 2019 +0100 @@ -63,7 +63,7 @@ testEm.remove(); testCalc = $('
'); testCalc.appendTo(this.element); - this.support.calc = true; + this.support.calc = false; testCalc.remove(); if (options.orientation != null) { if (options.orientation === "vertical") { @@ -157,7 +157,7 @@ } this.barThicknessPx = barThick / 2; this.barThickness = .04; - this.barPosition = options.barPosition || 0.5; + this.barPosition = 0.5; this.dragging = false; this.initMouse = 0; this.initBarPosition = 0;