mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 07:18:08 +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) {
|
function prepare($element) {
|
||||||
var tooltip, text, desc, title;
|
var tooltip, text, desc, title;
|
||||||
|
|
||||||
text = $element.attr('data-title');;
|
text = $element.attr('data-title');
|
||||||
|
|
||||||
if (text === null || text.length === 0) {
|
if (text === null || text.length === 0) {
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user