diff --git a/themes/bootstrap3/js/record.js b/themes/bootstrap3/js/record.js index eb96182b8d7fb10af8ac87ab7131f31aaefd5a05..646ec18522375728521ca821b65208dd6d2fbe34 100644 --- a/themes/bootstrap3/js/record.js +++ b/themes/bootstrap3/js/record.js @@ -307,10 +307,10 @@ function recordDocReady() { }); Lightbox.addFormCallback('placeHold', function(html) { Lightbox.checkForError(html, function(html) { - var divPattern = '<div class="alert alert-info">'; + var divPattern = '<div class="alert alert-success">'; var fi = html.indexOf(divPattern); var li = html.indexOf('</div>', fi+divPattern.length); - Lightbox.confirm(html.substring(fi+divPattern.length, li).replace(/^[\s<>]+|[\s<>]+$/g, '')); + Lightbox.success(html.substring(fi+divPattern.length, li).replace(/^[\s<>]+|[\s<>]+$/g, '')); }); }); Lightbox.addFormCallback('placeILLRequest', function() {