Browse Source

Merge pull request #43 from indrimuska/master

Close button position fix
nakupanda 11 years ago
parent
commit
de7f4e6c72
2 changed files with 2 additions and 2 deletions
  1. 1 1
      js/bootstrap-dialog.js
  2. 1 1
      js/bootstrap-dialog.min.js

+ 1 - 1
js/bootstrap-dialog.js

@@ -404,7 +404,7 @@
             $container.append(this.createTitleContent());
 
             // Close button
-            $container.append(this.createCloseButton());
+            $container.prepend(this.createCloseButton());
 
             return $container;
         },

File diff suppressed because it is too large
+ 1 - 1
js/bootstrap-dialog.min.js