Skip to content

Commit

Permalink
final checks, please check comments @mikey
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbun committed Sep 1, 2023
1 parent 08608cb commit 6015db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/javascripts/SVValidate/src/Tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function Tracker() {
timestamp: timestamp,
zoom: pov ? pov.zoom : null,
is_mobile: isMobile()
// source: isMobile() ? "ValidateMobile" : "ValidateDesktop"
// @mikey should this is_mobile be removed?
};

return data;
Expand Down

2 comments on commit 6015db4

@mikey
Copy link

@mikey mikey commented on 6015db4 Sep 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong @mikey

@misaugstad
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that! Jealous that you got "at mikey" though!

Please sign in to comment.