Processed comments.

This commit is contained in:
Taloth Saldono 2014-05-26 08:31:00 +02:00
parent ab154d924e
commit c6e33bc463
2 changed files with 5 additions and 4 deletions

View file

@ -20,7 +20,8 @@ define(
if (timeleft === undefined) {
this.$el.html("-");
} else {
}
else {
this.$el.html(timeleft);
}
this.$el.attr('title', '{0} / {1}'.format(remainingSize, totalSize));