From d9298778650eb7be2181dc9aaf23e14faff61e99 Mon Sep 17 00:00:00 2001 From: johnyma22 Date: Tue, 30 Oct 2012 22:35:01 +0000 Subject: [PATCH] JS fix for #1077 fire event at start because of the resize issue, this is a clean way of doing it --- src/static/js/timeslider.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/js/timeslider.js b/src/static/js/timeslider.js index a2156b16..5203e57b 100644 --- a/src/static/js/timeslider.js +++ b/src/static/js/timeslider.js @@ -158,6 +158,7 @@ function handleClientVars(message) { fireWhenAllScriptsAreLoaded[i](); } + $("#ui-slider-handle").css('left', $("#ui-slider-bar").width() - 2); } exports.baseURL = '';