Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 97ad988c6489c000e428a08123d690ab98bd9c2d
Author: Dante <[email protected]>
Date:   Mon Mar 3 09:39:52 2014 +0800

    Update bootstrap to v3.1.1

commit 9645fcae47228562939f7fa285b5d7c46b65551d
Author: Dante <[email protected]>
Date:   Mon Mar 3 09:13:20 2014 +0800

    #19 Change label of Close button from special character to html entities
  • Loading branch information
nakupanda committed Mar 3, 2014
1 parent 56ea02c commit e483f86
Show file tree
Hide file tree
Showing 16 changed files with 1,888 additions and 3,330 deletions.
2 changes: 1 addition & 1 deletion examples/assets/bootstrap-dialog/js/bootstrap-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
createCloseButton: function() {
var $container = $('<div></div>');
$container.addClass(this.getNamespace('close-button'));
var $icon = $('<button class="close">×</button>');
var $icon = $('<button class="close">&times;</button>');
$container.append($icon);
$container.on('click', {dialog: this}, function(event) {
event.data.dialog.close();
Expand Down

Large diffs are not rendered by default.

344 changes: 116 additions & 228 deletions examples/assets/bootstrap/css/bootstrap-theme.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/assets/bootstrap/css/bootstrap-theme.css.map

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions examples/assets/bootstrap/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit e483f86

Please sign in to comment.