Changeset - 822b9b1fcf0b
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 8 years ago 2015-12-24 22:21:47
bkuhn@ebb.org
Add title to this text.

Most browsers popup the title= attribute on mouse-over.
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
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));
0 comments (0 inline, 0 general)