mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Update showSuccess to use new classes
This commit is contained in:
parent
b5f9e2eb60
commit
d5d64c2e4e
@ -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">×</button>' + msg +
|
||||
'</div>').insertAfter('.bs-customize-download')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user