]> git.openstreetmap.org Git - rails.git/commitdiff
Remove https load test
authorTom Hughes <tom@compton.nu>
Tue, 11 Feb 2014 08:23:55 +0000 (08:23 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 11 Feb 2014 08:23:55 +0000 (08:23 +0000)
app/assets/javascripts/application.js

index 5b06876497a0b4dde3e8666c7671c23691a59e0c..7072b7c6be8a40dce9a3262d541f780b07d82b17 100644 (file)
@@ -138,7 +138,3 @@ $(document).ready(function () {
     $("header").toggleClass("closed");
   });
 });
-
-if (Math.random() * 100 < 20) {
-  L.OSM.Mapnik.prototype.options.url = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
-}