File diff 78c4aad43aa7 → 822b9b1fcf0b
www/conservancy/static/js/jquery.ui.multiprogressbar.js
Show inline comments
...
 
@@ -116,12 +116,13 @@
 
						textForPart = Math.round(part.value)+"%";
 
					}
 
					else if ($.trim(part.text) !== "") {
 
						textForPart = part.text;
 
					}
 
					$('<div></div>').addClass("ju-multiprogressbar-valuetext").text(textForPart).addClass(part.textClass).appendTo(partElement);
 
					partElement.attr('title', textForPart);
 
				}
 
			});
 
			if (self.created === true) { // Don't trigger "change" when we are creating the progressbar for the first time 
 
				self._trigger("change", null, {parts: parts});
 
			}
 
			if (totalValue >= 99.9) {
...
 
@@ -182,7 +183,7 @@
 
				totalValue += part.value;
 
			});
 
			
 
			return totalValue;
 
		}
 
	});
 
}(jQuery));
...
 
\ No newline at end of file
 
}(jQuery));