We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b72086 commit 0069e6eCopy full SHA for 0069e6e
1 file changed
Script/jd_hd.js
@@ -123,16 +123,20 @@ html =
123
callback(toolList);
124
});
125
126
-
127
myPlugin.on('ready', function() {
128
129
//vConsole.show();
130
131
- setTimeout(() => vConsole.showTab("jd_hd"), 300);
+ setTimeout(() => {
+// vConsole.showTab("jd_hd"), 300);
132
console.log(window.location.href)
133
134
135
**/
136
+
137
138
+ console.log(window.location.href)
139
+ });
140
141
}
142
</script>
0 commit comments