From 205e7a1815d51f53ac5c4ce450fce68e81550ca6 Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Fri, 20 Nov 2015 14:49:18 -0500 Subject: [PATCH] Typo. --- themes/bootstrap3/js/record.js | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/bootstrap3/js/record.js b/themes/bootstrap3/js/record.js index 3eb9e04dd56..03cfb06e6c5 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(); -- GitLab