Commit d5d64c2e authored by Stuart P. Bentley's avatar Stuart P. Bentley
Browse files

Update showSuccess to use new classes

parent b5f9e2eb
Showing with 1 addition and 1 deletion
+1 -1
......@@ -25,7 +25,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
}
function showSuccess(msg) {
$('<div class="bs-alert bs-alert-success">' +
$('<div class="bs-callout bs-callout-info">' +
'<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>' + msg +
'</div>').insertAfter('.bs-customize-download')
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment