Browse Source

tooltips与 s js 冲突

Chente 7 years ago
parent
commit
be5743f5cf
2 changed files with 2 additions and 2 deletions
  1. 1 1
      js/bootstrap/bootstrap.min.js
  2. 1 1
      js/global.js

File diff suppressed because it is too large
+ 1 - 1
js/bootstrap/bootstrap.min.js


+ 1 - 1
js/global.js

@@ -42,6 +42,6 @@ $("body").click(function(event){
 /*侧滑*/
 /*工具提示*/
 $(function () {
-  $('[data-toggle="tooltip"]').tooltip()
+  $('[data-toggle="tooltip"]').ztooltip()
 });
 });