summaryrefslogtreecommitdiff
path: root/assets/mapper.js
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2018-05-02 10:42:11 +0200
committerhellekin <hellekin@cepheide.org>2018-05-02 10:42:11 +0200
commit9a0e11896898ae172ca0cedf2c4389f0b2689abf (patch)
tree053e6b2d27b100cb0bda6e08b7a1d3020df5433d /assets/mapper.js
parent35c0b8495528592245a2c588503a06a3c7ae3df3 (diff)
downloadwallonie-demain-proto-9a0e11896898ae172ca0cedf2c4389f0b2689abf.tar.gz
Replace logo with existing one
Diffstat (limited to 'assets/mapper.js')
-rw-r--r--assets/mapper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/mapper.js b/assets/mapper.js
index ccd4f38..eef87ab 100644
--- a/assets/mapper.js
+++ b/assets/mapper.js
@@ -495,7 +495,7 @@ function current_state() {
L.Control.Watermark = L.Control.extend({
onAdd: function(map) {
var img = L.DomUtil.create('img');
- img.src = '/assets/logo-incommon.png';
+ img.src = '/assets/logo-wallonie.png';
return img;
},