浏览代码

new info form

andre 6 月之前
父节点
当前提交
9a861ed54d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/UI/Client/Templates/assets/js/setting/index.js

+ 1 - 1
app/UI/Client/Templates/assets/js/setting/index.js

@@ -46,7 +46,7 @@ mgEventHandler.on('ModalLoaded', null,function(){
         tempTextarea.val(textToCopy).select();
         document.execCommand("copy");
         tempTextarea.remove();
-        setInterval(tooltip($(this)), 1000);
+        setTimeout(tooltip($(this)), 1000);
     });
 });
 function inArray(needle, haystack) {