ソースを参照

Merged changes and minified files.

Dante 11 年 前
コミット
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;
         },

ファイルの差分が大きいため隠しています
+ 1 - 1
assets/bootstrap-dialog/js/bootstrap-dialog.min.js