From a2aba62582d7b289fe16958215556afbba78ea2c Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Wed, 17 Jan 2018 16:41:59 -0500 Subject: [PATCH] Fix js style with export of refreshTagListCallback. --- themes/bootstrap3/js/record.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/js/record.js b/themes/bootstrap3/js/record.js index def72064ed0..10abb8eaefb 100644 --- a/themes/bootstrap3/js/record.js +++ b/themes/bootstrap3/js/record.js @@ -1,5 +1,5 @@ /*global deparam, getUrlRoot, grecaptcha, recaptchaOnLoad, resetCaptcha, syn_get_widget, userIsLoggedIn, VuFind, setupJumpMenus */ -/*exported ajaxTagUpdate, recordDocReady */ +/*exported ajaxTagUpdate, recordDocReady, refreshTagListCallback */ /** * Functions and event handlers specific to record pages. -- GitLab