oh bootbox, I forgive you. (I lost hope in this actually being resolved upstream)

This commit is contained in:
psychobunny
2014-10-10 03:17:50 -04:00
parent cad3f3017c
commit ffcb324d91
4 changed files with 4 additions and 4 deletions

View File

@@ -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');