浏览代码

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();
         }