Browse Source

Merged changes and minified files.

Dante 11 years ago
parent
commit
6ca005cb86

+ 1 - 1
assets/bootstrap-dialog/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
assets/bootstrap-dialog/js/bootstrap-dialog.min.js