diff --git a/js/legacy.js b/js/legacy.js
index 8f0b23f..e0662e8 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 bb34288..f1df743 100644
--- a/tpl/bootstrap.php
+++ b/tpl/bootstrap.php
@@ -71,7 +71,7 @@ if ($MARKDOWN):
endif;
?>
-
+