Skip to content

Commit

Permalink
Merge pull request #43 from indrimuska/master
Browse files Browse the repository at this point in the history
Close button position fix
  • Loading branch information
nakupanda committed Jun 12, 2014
2 parents bd22180 + fb190d5 commit de7f4e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/bootstrap-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
$container.append(this.createTitleContent());

// Close button
$container.append(this.createCloseButton());
$container.prepend(this.createCloseButton());

return $container;
},
Expand Down
Loading

0 comments on commit de7f4e6

Please sign in to comment.