Skip to content

Commit

Permalink
Rename GitHub repo to Hans5958/place-catalog-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans5958 committed Sep 13, 2023
1 parent a9c9ac8 commit fbf16bc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions web/_js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ window.instanceId = instanceId
const instanceSubreddit = "placeAtlas2"
window.instanceSubreddit = instanceSubreddit

const instanceRepo = "https://github.com/Hans5958/place-catalog"
const instanceRepo = "https://github.com/Hans5958/place-catalog-2022"
window.instanceRepo = instanceRepo

const pageTitle = "The 2022 r/place Catalog"
Expand Down Expand Up @@ -672,7 +672,7 @@ console.info(`%cThe 2022 r/place Catalog
%cCopyright (c) 2017 Roland Rytz <roland@draemm.li>
Copyright (c) 2022 Place Atlas contributors
Copyright (c) 2022 Hans5958
Licensed under AGPL-3.0 (https://hans5958.github.io/place-catalog/license.txt)
Licensed under AGPL-3.0 (https://hans5958.github.io/place-catalog-2022/license.txt)
To get the image of the canvas, use downloadCanvas().
`, 'font-size: 150%; line-height: 150%', '')
2 changes: 1 addition & 1 deletion web/_js/main/atlas.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
* Copyright (c) 2022 Hans5958
* Licensed under AGPL-3.0 (https://hans5958.github.io/place-catalog/license.txt)
* Licensed under AGPL-3.0 (https://hans5958.github.io/place-catalog-2022/license.txt)
*/

window.addEventListener("error", e => {
Expand Down
2 changes: 1 addition & 1 deletion web/_js/main/infoblock.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
* Copyright (c) 2022 Hans5958
* Licensed under AGPL-3.0 (https://hans5958.github.io/place-catalog/license.txt)
* Licensed under AGPL-3.0 (https://hans5958.github.io/place-catalog-2022/license.txt)
*/

const baseLinkElement = document.createElement("a")
Expand Down
2 changes: 1 addition & 1 deletion web/_js/main/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
* Copyright (c) 2022 Hans5958
* Licensed under AGPL-3.0 (https://hans5958.github.io/place-catalog/license.txt)
* Licensed under AGPL-3.0 (https://hans5958.github.io/place-catalog-2022/license.txt)
*/

const innerContainer = document.getElementById("innerContainer")
Expand Down
2 changes: 1 addition & 1 deletion web/_js/main/time.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
* Copyright (c) 2022 Hans5958
* Licensed under AGPL-3.0 (https://hans5958.github.io/place-catalog/license.txt)
* Licensed under AGPL-3.0 (https://hans5958.github.io/place-catalog-2022/license.txt)
*/

const codeReference = {}
Expand Down
2 changes: 1 addition & 1 deletion web/_js/main/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright (c) 2017 Roland Rytz <roland@draemm.li>
* Copyright (c) 2022 Place Atlas contributors
* Copyright (c) 2022 Hans5958
* Licensed under AGPL-3.0 (https://hans5958.github.io/place-catalog/license.txt)
* Licensed under AGPL-3.0 (https://hans5958.github.io/place-catalog-2022/license.txt)
*/

let previousScaleZoomOrigin
Expand Down

0 comments on commit fbf16bc

Please sign in to comment.