From 5eff3d12716eaeacde27cb892f5844063a763bcc Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 19 Jun 2015 04:46:03 +0200 Subject: make progress bar striped for import only diff --git a/www/js/shows.js b/www/js/shows.js index 6979b7e..b2d9d98 100644 --- a/www/js/shows.js +++ b/www/js/shows.js @@ -47,9 +47,9 @@ function shows_importUpdateProgress(file, stats) { stats.find('.file-bytes').text(bytes_str); stats.find('.progress .bar').css("width", file.upload.progress + "%"); } else { - stats.find('.file-bytes').text("importiere..."); - stats.find('.progress .bar').css("width", "100%"); - stats.find('.progress').addClass('active'); + stats.find('.file-bytes').text('importiere...'); + stats.find('.progress .bar').css('width', '100%'); + stats.find('.progress').addClass('progress-striped').addClass('active'); } } @@ -132,7 +132,7 @@ function shows_getDzStat(empty) { .css("margin", 0) .css("padding", 0)); } else { - var progress_bar = '
'; + var progress_bar = '
'; var cancel_button = ''; -- cgit v0.10.2