[ticket/6466] Remove double semicolon

PHPBB3-6466
This commit is contained in:
Marc Alexander 2015-05-29 17:08:17 +02:00
parent 795776db4b
commit 75e1cbdc77

View file

@ -65,7 +65,7 @@ function enable_tooltips_select(id, headline, sub_id) {
function prepare($element) {
var tooltip, text, desc, title;
text = $element.attr('data-title');;
text = $element.attr('data-title');
if (text === null || text.length === 0) {
return;