mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/6466] Remove double semicolon
PHPBB3-6466
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user