mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 15:08:23 +02:00
Merge pull request #6297 from tordans/patch-8
Remove crazyegg from the preview-index.html
This commit is contained in:
Vendored
-6
@@ -28,12 +28,6 @@
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
// crazyegg
|
||||
setTimeout(function(){var a=document.createElement('script');
|
||||
var b=document.getElementsByTagName('script')[0];
|
||||
a.src=document.location.protocol+'//dnn506yrbagrg.cloudfront.net/pages/scripts/0013/6714.js?'+Math.floor(new Date().getTime()/3600000);
|
||||
a.async=true;a.type='text/javascript';b.parentNode.insertBefore(a,b)}, 1);
|
||||
|
||||
if (typeof iD == 'undefined' || !iD.Detect().support) {
|
||||
document.getElementById('id-container').innerHTML = 'Sorry, your browser is not currently supported. Please use Potlatch 2 to edit the map.';
|
||||
document.getElementById('id-container').className = 'unsupported';
|
||||
|
||||
Reference in New Issue
Block a user