summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-08-03 12:57:22 +0200
committermr <mr@mrautenberg.de>2011-08-03 12:57:22 +0200
commit065a42d25e5bbace7af0e521d6fab0bb2bb030d6 (patch)
treea3691f45ceada46f263ce5e470e4a45b262ed4f5 /public
parentd5742dccb894de51644c1f804693e497c8e5be66 (diff)
remove alt tag from progressbar
Diffstat (limited to 'public')
-rwxr-xr-xpublic/javascripts/toxcreate.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/public/javascripts/toxcreate.js b/public/javascripts/toxcreate.js
index a5dc44c..91789f8 100755
--- a/public/javascripts/toxcreate.js
+++ b/public/javascripts/toxcreate.js
@@ -77,8 +77,7 @@ $(function() {
if (progress == "100") return -1;
$("div#model_" + id + "_progress").progressbar("value", parseInt(progress));
- $("div#model_" + id + "_progress").attr({title: parseInt(progress) + "%", alt: parseInt(progress) + "%"});
- //$("div#model_" + id + "_progress").attr("alt", parseInt(progress) + "%");
+ $("div#model_" + id + "_progress").attr({title: parseInt(progress) + "%"});
},
error: function(data) {
id = -1;