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
...
 
@@ -121,2 +121,3 @@
 
					$('<div></div>').addClass("ju-multiprogressbar-valuetext").text(textForPart).addClass(part.textClass).appendTo(partElement);
 
					partElement.attr('title', textForPart);
 
				}
...
 
@@ -187,2 +188,2 @@
 
	});
 
}(jQuery));
...
 
\ No newline at end of file
 
}(jQuery));
0 comments (0 inline, 0 general)