nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit 4f9e61842fcf1fb4c4a340628da4d9a1460d872f
parent 7f921f931a276a86227ae7ff2a5986be4f0b8dcc
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Thu,  8 Dec 2016 00:28:08 +0300

Open all links in new window by default

Diffstat:
Mpublic/index.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/public/index.html b/public/index.html @@ -14,6 +14,7 @@ Learn how to configure a non-root public URL by running `npm run build`. --> <title>nakarte.tk</title> + <base target="_blank"> </head> <body> <div id="street-view"></div>