mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-05 18:26:04 +02:00
oh bootbox, I forgive you. (I lost hope in this actually being resolved upstream)
This commit is contained in:
@@ -33,7 +33,7 @@ define(function() {
|
||||
}
|
||||
});
|
||||
|
||||
setTimeout(function() { //bootbox was rewritten for BS3 and I had to add this timeout for the previous code to work. TODO: to look into
|
||||
setTimeout(function() {
|
||||
$('.bootbox .fa-icons i').on('click', function() {
|
||||
$('.bootbox .selected').removeClass('selected');
|
||||
$(this).addClass('selected');
|
||||
|
||||
Reference in New Issue
Block a user