From 1292c1a57377a0e8fb8f80a7f4869880d0fc26ca Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Sat, 25 Apr 2020 18:19:39 +0200 Subject: Change title and footer --- htdocs/index.html | 2 +- htdocs/mapscript.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/index.html b/htdocs/index.html index 2d77687..9b5e2c4 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,7 +1,7 @@ - LinuxWorks Minetest Map (unofficial) + LinuxWorks Minetest Map diff --git a/htdocs/mapscript.js b/htdocs/mapscript.js index 3516cbd..7d7d940 100644 --- a/htdocs/mapscript.js +++ b/htdocs/mapscript.js @@ -141,7 +141,7 @@ function load_tiles(name, id) { minNativeZoom: 0, minZoom: 0, noWrap: true, - attribution: 'Map data © Linux-Forks, ' + 'All rights reserved, ', + attribution: 'Map data © Linux-Forks', id: id, tileSize: 256, zoomOffset: 0, -- cgit v1.2.3