mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-26 20:34:10 +01:00
Merge pull request #391 from Codixer/feature/remove-pr
remove references to PR submission
This commit is contained in:
commit
b61a660c04
2 changed files with 5 additions and 5 deletions
|
@ -79,7 +79,7 @@ init();
|
|||
|
||||
async function init(){
|
||||
|
||||
let resp = await fetch("/atlas.json");
|
||||
let resp = await fetch("./atlas.json");
|
||||
atlas = await resp.json();
|
||||
atlas.sort(function (a, b) {
|
||||
if (a.center[1] < b.center[1]) {
|
||||
|
|
|
@ -175,8 +175,8 @@ <h1 id="title">The /r/place Atlas</h1>
|
|||
When you're happy with the result, click the "Finish" button above or press the Enter key.</p>
|
||||
<p>You can then add more information about your object.</p>
|
||||
<div style="background-color:#666; padding:20px">
|
||||
<p><b>Handy with GitHub?</b></p>
|
||||
<p>You can contribute directly with a Pull Request <a href="https://github.com/Codixer/place-atlas/blob/master/web/_js/atlas.js">here!</a></p>
|
||||
<p><b>Warning</b></p>
|
||||
<p><b>DO NOT</b> include the character <b>"</b> (quotation marks) in your submission. It will not be approved.</p>
|
||||
</div><br>
|
||||
<div style="background-color:#7289DA; padding:20px">
|
||||
<p><b>Need Help?</b></p>
|
||||
|
@ -195,8 +195,8 @@ <h1 id="title">The /r/place Atlas</h1>
|
|||
new text post to <a target="_blank" href="https://www.reddit.com/r/placeAtlas2/">/r/placeAtlas2</a> on Reddit.</p>
|
||||
<p>I will then check it and add it to the atlas.</p>
|
||||
<div style="background-color:#666; padding:5px">
|
||||
<p><b>Handy with GitHub?</b></p>
|
||||
<p>You can contribute directly with a Pull Request <a href="https://github.com/Codixer/place-atlas/blob/master/web/_js/atlas.js">here!</a></p>
|
||||
<p><b>Warning</b></p>
|
||||
<p><b>DO NOT</b> include the character <b>"</b> (quotation marks) in your submission. It will not be approved.</p>
|
||||
</div>
|
||||
<textarea cols="50" rows="5" id="exportString"></textarea>
|
||||
<div style="display:flex; flex-direction:column;align-items:center">
|
||||
|
|
Loading…
Reference in a new issue