[Pkg-owncloud-commits] [owncloud] 196/215: also add title to multiselect create new element, fix #15954
David Prévot
taffit at moszumanska.debian.org
Tue May 5 01:01:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 4dd8a22e518c3193655e05239cfb281d4e8405c6
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Fri May 1 13:47:37 2015 -0400
also add title to multiselect create new element, fix #15954
---
core/js/multiselect.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/js/multiselect.js b/core/js/multiselect.js
index 97a3dcf..96144d3 100644
--- a/core/js/multiselect.js
+++ b/core/js/multiselect.js
@@ -191,7 +191,8 @@
});
button.parent().data('preventHide',false);
if(settings.createText){
- var li=$('<li class="creator">+ '+settings.createText+'</li>');
+ var li=$('<li class="creator" title="' + settings.createText +
+ '">+ ' + settings.createText + '</li>');
li.click(function(event){
li.empty();
var input=$('<input type="text" class="new">');
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list