assets/js/progress.js in daiblogs-0.1.5 vs assets/js/progress.js in daiblogs-0.2.0

- old
+ new

@@ -7,11 +7,11 @@ "height": "5px", "top": 91, "bottom": 0, "left": 0, "right": 0, - "zIndex": 9999, + "zIndex": 200, //bottom or top "ontop": true, //left to right "ltr": true, //element to use value @@ -32,10 +32,10 @@ progressJSelem.setAttribute('id', 'progressbarJS'); //append to body document.body.appendChild(progressJSelem); //styles progressJSelem.style.position = 'fixed'; - progressJSelem.style.zIndex = '99999'; + progressJSelem.style.zIndex = '200'; progressJSelem.style.width = '0%'; //configurable options //top or bottom configs.ontop ? progressJSelem.style.bottom = '0' : progressJSelem.style.top = progressJS.defaults.top; //ltr or rtl