From ebc9bf35a60325330c6403fbd26987a0f864422b Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 21 May 2022 01:46:47 +0300 Subject: Cleaned code. Added shortcuts for the CopyRaw btn #268 --- src/pages/popup/popup.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/pages/popup/popup.pug') diff --git a/src/pages/popup/popup.pug b/src/pages/popup/popup.pug index 31354a4b..97f6d045 100644 --- a/src/pages/popup/popup.pug +++ b/src/pages/popup/popup.pug @@ -87,7 +87,7 @@ html(lang="en") input#disable-simplyTranslate(type="checkbox") #maps.some-block - a.title(href="https://maps.com") + a.title(href="https://www.openstreetmap.org") +maps h4 Maps input#disable-osm(type="checkbox") @@ -99,7 +99,7 @@ html(lang="en") input#disable-sendTargets(type="checkbox") .some-block - a#change-instance.title.button + a#change_instance.title.button +change_instance h4 Change Instance @@ -120,4 +120,4 @@ html(lang="en") script(type="module" src="../options/init.js") script(type="module" src="./popup.js") - //- script(src="../../assets/javascripts/localise.js") \ No newline at end of file + script(src="../../assets/javascripts/localise.js") \ No newline at end of file -- cgit 1.4.1