Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Nov 11, 2023
1 parent 12f0796 commit fa3eeea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/ejs/hand.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
jQuery(document).ready(function () {
getCDNinfo();
if(<%= login %>==true){window.clarity("identify", "<%= username %>", "ourworld-user-<%= userid %>", "<%= userid %>", "<%= nickname %>")}
if(<%= login %>==true){window.clarity("identify", "<%= username %>", "ourworld-user-<%= userid %>", window.location.pathname, "<%= nickname %>")}
});
</script>
<script>
Expand Down Expand Up @@ -217,7 +217,7 @@
<script>
markdevice = function () {
window.clarity("identify", "<%= username %>", "ourworld-user-<%= userid %>","<%= userid %>", "<%= nickname %>")
window.clarity("identify", "<%= username %>", "ourworld-user-<%= userid %>",window.location.pathname, "<%= nickname %>")
automsg('已尝试标记这个设备')
}
</script>

0 comments on commit fa3eeea

Please sign in to comment.