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 5b3abdf commit 6cc4f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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();
window.clarity("identify", "<%= username %>", "ourworld-user-<%= userid %>", window.location.pathname, "<%= nickname %>")
if(<%= login %>==true){window.clarity("identify", "<%= username %>", "ourworld-user-<%= userid %>", window.location.pathname, "<%= nickname %>")}
});
</script>
<script>
Expand Down

0 comments on commit 6cc4f10

Please sign in to comment.