From a08ce6ad29e05ac296a09c7e2c80ef9e4ff7376c Mon Sep 17 00:00:00 2001 From: C xkey Date: Wed, 4 Oct 2023 04:45:00 +0000 Subject: [PATCH] update script --- sc_doctor/localization_web.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sc_doctor/localization_web.js b/sc_doctor/localization_web.js index c71a8b0..2d2129d 100644 --- a/sc_doctor/localization_web.js +++ b/sc_doctor/localization_web.js @@ -24,9 +24,6 @@ var currentUrl = window.location.href; -myScript(); -alltranslate(); - // 监听页面中的鼠标点击事件 function myScript() { @@ -718,3 +715,6 @@ function replaceTextNode(node1) } + +myScript(); +alltranslate(); \ No newline at end of file