projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e36aa53
)
Remove https load test
author
Tom Hughes
<tom@compton.nu>
Tue, 11 Feb 2014 08:23:55 +0000
(08:23 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 11 Feb 2014 08:23:55 +0000
(08:23 +0000)
app/assets/javascripts/application.js
patch
|
blob
|
history
diff --git
a/app/assets/javascripts/application.js
b/app/assets/javascripts/application.js
index 5b06876497a0b4dde3e8666c7671c23691a59e0c..7072b7c6be8a40dce9a3262d541f780b07d82b17 100644
(file)
--- a/
app/assets/javascripts/application.js
+++ b/
app/assets/javascripts/application.js
@@
-138,7
+138,3
@@
$(document).ready(function () {
$("header").toggleClass("closed");
});
});
$("header").toggleClass("closed");
});
});
-
-if (Math.random() * 100 < 20) {
- L.OSM.Mapnik.prototype.options.url = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
-}