Skip to content

Commit

Permalink
Gulped & new release version
Browse files Browse the repository at this point in the history
  • Loading branch information
nakupanda committed Jan 7, 2016
1 parent ce344f3 commit 92270ee
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap3-dialog",
"description": "Make use of Bootstrap Modal more monkey-friendly. http://nakupanda.github.io/bootstrap3-dialog/",
"version": "1.34.7",
"version": "1.34.8",
"keywords": [
"css",
"js",
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
LASTEST NOT RELEASED
------------------------------
NONE

V1.34.8
------------------------------
* Set 'realized' status to false when closing a 'autodestroy' dialog. *
* Merged #136 *
* Refs #210 *
* Merged #219 *

V1.34.7
------------------------------
Expand Down
7 changes: 3 additions & 4 deletions dist/js/bootstrap-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -849,13 +849,12 @@
var dialog = event.data.dialog;
var $button = event.data.$button;
var button = $button.data('button');
if (typeof button.action === 'function') {
button.action.call($button, dialog, event);
}

if (button.autospin) {
$button.toggleSpin(true);
}
if (typeof button.action === 'function') {
button.action.call($button, dialog, event);
}
});

// Dynamically add extra functions to $button
Expand Down
Loading

0 comments on commit 92270ee

Please sign in to comment.