From 1a42158dd1cc51e79868e0cd74693926a77a9304 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 14 Sep 2019 09:53:22 +0200 Subject: [PATCH] address Codacy's concern about missing semicolons --- js/legacy.js | 6 +++--- tpl/bootstrap.php | 2 +- tpl/page.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/legacy.js b/js/legacy.js index 8f0b23f2..e0662e8a 100644 --- a/js/legacy.js +++ b/js/legacy.js @@ -198,7 +198,7 @@ jQuery.Legacy = (function($) { me.getInit = function() { return init; - } + }; /** * returns the current status of the check @@ -210,7 +210,7 @@ jQuery.Legacy = (function($) { me.getStatus = function() { return status; - } + }; /** * init on application start, returns an all-clear signal @@ -245,7 +245,7 @@ jQuery.Legacy = (function($) { // only if everything passed, we set the status to true status = true; - } + }; return me; })(); diff --git a/tpl/bootstrap.php b/tpl/bootstrap.php index bb34288a..f1df7437 100644 --- a/tpl/bootstrap.php +++ b/tpl/bootstrap.php @@ -71,7 +71,7 @@ if ($MARKDOWN): endif; ?> - +