diff --git a/README.md b/README.md index a1baf2d..282a131 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Assuming you have [Dependencies](#Dependencies) installed, run the following com 1. Clone this repository. ```bash - $ git clone https://github.com/silentC1C4D4/collate + $ git clone https://github.com/Sickaada/collate ``` 2. Pull these three images. diff --git a/frontend/content.js b/frontend/content.js index 146e217..c6a3ad2 100644 --- a/frontend/content.js +++ b/frontend/content.js @@ -26,7 +26,6 @@ function setvalue() { }); if (localStorage.getItem('lang') === 'C++') { localStorage.setItem('lang', 'Cpp') - (localStorage.getItem('lang')) } diff --git a/frontend/index.html b/frontend/index.html index f184f8c..6d139ea 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -18,6 +18,7 @@

Collate

+
diff --git a/frontend/mainpage.js b/frontend/mainpage.js index 9181194..7ffe50e 100644 --- a/frontend/mainpage.js +++ b/frontend/mainpage.js @@ -1,7 +1,8 @@ const buttons = [ { id: 'pythonButton', lang: 'Python'}, { id: 'cppButton', lang: 'Cpp'}, - { id: 'javaButton', lang: 'Java'} + { id: 'javaButton', lang: 'Java'}, + { id: 'javaButton', lang: 'GoLang'} ]; const elements = {}; const reset = document.getElementById("resetBtn")