Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
nakupanda committed Mar 24, 2017
1 parent 52552cb commit 62ccfdc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
12 changes: 9 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
LASTEST NOT RELEASED
------------------------------
* Merged PR #300 *
* Merged PR #308 *
* Merged PR #232 *
NONE

V1.35.4
------------------------------
* Refs #300 *
* Refs #308 *
* Refs #232 *
* Refs #334 *
* Refs #331 *

V1.35.3
------------------------------
Expand Down
3 changes: 3 additions & 0 deletions dist/js/bootstrap-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,9 @@
$(this).remove();
}
BootstrapDialog.moveFocus();
if ($('.modal').hasClass('in')) {
$('body').addClass('modal-open');
}
});

// Backdrop, I did't find a way to change bs3 backdrop option after the dialog is popped up, so here's a new wheel.
Expand Down
Loading

0 comments on commit 62ccfdc

Please sign in to comment.