remove useless title

This commit is contained in:
Pierre Bondoerffer
2017-08-09 11:25:58 +02:00
parent 82352b422f
commit 5821d3e72f

View File

@@ -458,7 +458,7 @@ define([
var msg = (help ? Messages.poll_hide_help_button : Messages.poll_show_help_button);
$('#howItWorks').toggle(help);
$('#help').text(msg).attr('title', msg);
$('#help').text(msg);
};
var Title;