From 83c1f1189e37aca6452fe1e6f1e63cfd15af473c Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Wed, 30 Mar 2016 12:10:05 -0400 Subject: [PATCH] Missing parenthesis. PR 649. --- themes/bootstrap3/js/vudl/record.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/js/vudl/record.js b/themes/bootstrap3/js/vudl/record.js index 7aa7f4ae882..0068175f37c 100644 --- a/themes/bootstrap3/js/vudl/record.js +++ b/themes/bootstrap3/js/vudl/record.js @@ -105,7 +105,7 @@ function ajaxLoadPages(min, max) { response.data.start++; } findVisible(); - } + }) .fail(function(response, textStatus) { console.log(response, textStatus); }); -- GitLab