diff --git a/themes/bootstrap3/js/record.js b/themes/bootstrap3/js/record.js
index 3eb9e04dd566dc202105ea396a067bac3e7c1046..03cfb06e6c5a87ecd474130b983fcc074a321784 100644
--- a/themes/bootstrap3/js/record.js
+++ b/themes/bootstrap3/js/record.js
@@ -137,7 +137,6 @@ function registerTabEvents() {
 
 function ajaxLoadTab($newTab, tabid, setHash) {
   // Parse out the base URL for the current record:
-  var path = VuFind.getPath();
   var urlParts = document.URL.split(/[?#]/);
   var urlWithoutFragment = urlParts[0];
   var path = VuFind.getPath();