diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/istreamdev.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/istreamdev.js b/js/istreamdev.js index fa9acb9..cffc610 100644 --- a/js/istreamdev.js +++ b/js/istreamdev.js @@ -70,7 +70,7 @@ $('#home_but').tap(function(event) { function json_start(button) {
$(button).addClass('active');
$('#loader').addClass("loader");
-
+ $('#loader').css("top", window.pageYOffset);
}
function json_complete(destination,effect) {
$('#loader').removeClass("loader");
|