[BS5] fix minor issues
This commit is contained in:
@@ -662,7 +662,7 @@
|
||||
MENURIGHT: 'dropdown-menu-right',
|
||||
MENULEFT: 'dropdown-menu-left',
|
||||
// to-do: replace with more advanced template/customization options
|
||||
BUTTONCLASS: 'btn-default',
|
||||
BUTTONCLASS: 'btn-secondary',
|
||||
POPOVERHEADER: 'popover-title',
|
||||
ICONBASE: 'glyphicon',
|
||||
TICKICON: 'glyphicon-ok'
|
||||
|
@@ -11,7 +11,7 @@ $(document).ready(function() {
|
||||
} else {
|
||||
var parent_btn_grp = $(elem).parentsUntil(".btn-group").parent();
|
||||
if (parent_btn_grp.hasClass('btn-group')) {
|
||||
parent_btn_grp.replaceWith('<button class="btn btn-default btn-sm" disabled>' + lang_footer.loading + '</a>');
|
||||
parent_btn_grp.replaceWith('<button class="btn btn-secondary btn-sm" disabled>' + lang_footer.loading + '</a>');
|
||||
}
|
||||
$(elem).text(lang_footer.loading);
|
||||
$(elem).attr('data-submitted', '1');
|
||||
|
Reference in New Issue
Block a user