ソースを参照

Updated example

Dante 12 年 前
コミット
a324714796
1 ファイル変更1 行追加1 行削除
  1. 1 1
      examples/index.html

+ 1 - 1
examples/index.html

@@ -494,7 +494,7 @@ BootstrapDialog.show({
         icon: 'glyphicon glyphicon-check',       
         label: 'OK',
         cssClass: 'btn-primary', 
-        autospin: true,
+        autospin: false,
         action: function(dialogRef){    
             dialogRef.close();
         }