remove useless title

pull/1/head
Pierre Bondoerffer 7 years ago
parent 82352b422f
commit 5821d3e72f
No known key found for this signature in database
GPG Key ID: C0C7C0C5063F2236

@ -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;

Loading…
Cancel
Save