mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/6466] Remove double semicolon
PHPBB3-6466
This commit is contained in:
parent
795776db4b
commit
75e1cbdc77
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue