Browse Source

update example

Dante 11 years ago
parent
commit
7aed990bc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -903,7 +903,7 @@
         BootstrapDialog.DEFAULT_TEXTS['CONFIRM'] = '确认';
         
         // <script src="js/bootstrap-dialog.js"></script>
-        // <script src="js/i18n-zh_cn.js.js"></script>
+        // <script src="js/i18n-zh_cn.js"></script>
         BootstrapDialog.alert('Hello');
         BootstrapDialog.confirm('Hello');
         -->