From b57f31f9e1d4a92c0236ddfa2d17f17f1b07ccd2 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 15 Jul 2016 11:13:10 -0400
Subject: [PATCH] Style fix (added missing semicolon)

---
 themes/bootstrap3/js/common.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/bootstrap3/js/common.js b/themes/bootstrap3/js/common.js
index c1245f2690b..66dfa6e1769 100644
--- a/themes/bootstrap3/js/common.js
+++ b/themes/bootstrap3/js/common.js
@@ -55,7 +55,7 @@ var VuFind = (function VuFind() {
       href += new Date().getTime() + '#' + parts[1];
       window.location.href = href;
     }
-  }
+  };
   
   //Reveal
   return {
-- 
GitLab