mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Fix
Fix
This commit is contained in:
parent
0b024fb7f2
commit
b789cdd6bb
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ function addAnchorLinks() {
|
|||
}
|
||||
|
||||
function trackOutgoingLinks() {
|
||||
if (navigator.doNotTrack != "yes" && navigator.doNotTrack != "1" && window.doNotTrack != "1" && navigator.msDoNotTrack != "1") {
|
||||
var _w = window;
|
||||
/* Use "click" if touchscreen device, else "mousedown" */
|
||||
var _gaLtEvt = ("ontouchstart" in _w) ? "click" : "mousedown";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue