File diff 78c4aad43aa7 → 822b9b1fcf0b
www/conservancy/static/js/jquery.ui.multiprogressbar.js
Show inline comments
...
 
@@ -119,6 +119,7 @@
 
						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 
...
 
@@ -185,4 +186,4 @@
 
			return totalValue;
 
		}
 
	});
 
}(jQuery));
...
 
\ No newline at end of file
 
}(jQuery));