ソースを参照

Refs #233 Default nl2br option is true again.

Dante 10 年 前
コミット
e1ff865b76

+ 1 - 1
dist/js/bootstrap-dialog.js

@@ -234,7 +234,7 @@
         cssClass: '',
         title: null,
         message: null,
-        nl2br: false,
+        nl2br: true,
         closable: true,
         closeByBackdrop: true,
         closeByKeyboard: true,

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


+ 1 - 1
src/js/bootstrap-dialog.js

@@ -234,7 +234,7 @@
         cssClass: '',
         title: null,
         message: null,
-        nl2br: false,
+        nl2br: true,
         closable: true,
         closeByBackdrop: true,
         closeByKeyboard: true,