aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-05-29 17:08:17 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-05-29 17:08:17 +0200
commit75e1cbdc7728329f1c5d7375417e891c8d764fb5 (patch)
tree3653573285a72db74bc0d895836d6095ca5184ea /phpBB/adm
parent795776db4b09195e098d5c9dfd1b2fc8b4012be4 (diff)
downloadforums-75e1cbdc7728329f1c5d7375417e891c8d764fb5.tar
forums-75e1cbdc7728329f1c5d7375417e891c8d764fb5.tar.gz
forums-75e1cbdc7728329f1c5d7375417e891c8d764fb5.tar.bz2
forums-75e1cbdc7728329f1c5d7375417e891c8d764fb5.tar.xz
forums-75e1cbdc7728329f1c5d7375417e891c8d764fb5.zip
[ticket/6466] Remove double semicolon
PHPBB3-6466
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/style/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/tooltip.js b/phpBB/adm/style/tooltip.js
index 5850fa43c2..89736e40f7 100644
--- a/phpBB/adm/style/tooltip.js
+++ b/phpBB/adm/style/tooltip.js
@@ -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;