Removed superfluous semicolon
authorMarcel Werk <burntime@woltlab.com>
Fri, 1 Jul 2016 16:09:24 +0000 (18:09 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 1 Jul 2016 16:09:24 +0000 (18:09 +0200)
Closes #1938

wcfsetup/install/files/js/WCF.Moderation.js

index 993c1456ed5e0b69a07baa2fb5dd6214822163fe..b72cfc7724d49b371d61616f74ba845bf8d29abd 100644 (file)
@@ -575,7 +575,7 @@ WCF.Moderation.Report.Content = Class.extend({
                        this._dialog.find('fieldset > dl').addClass('formError');
                        
                        if (!this._dialog.find('.innerError').length) {
-                               this._dialog.find('.jsReportMessage').after($('<small class="innerError">' + WCF.Language.get('wcf.global.form.error.empty') + "</small>"));;
+                               this._dialog.find('.jsReportMessage').after($('<small class="innerError">' + WCF.Language.get('wcf.global.form.error.empty') + "</small>"));
                        }
                        
                        return;