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

Update showSuccess to use new classes

parent b5f9e2eb
......@@ -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')
}
......
Markdown is supported
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