diff --git a/themes/bootstrap3/js/vudl/record.js b/themes/bootstrap3/js/vudl/record.js
index 7aa7f4ae8823ea403323226d047b47f27f7ddd6e..0068175f37c20d1cf26898d69e536aeac29e9c33 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);
   });