No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
0 deletions
-
voicegardens/static/voicegardens.js
|
|
@ -126,6 +126,7 @@ function gardenShapes() { |
|
|
|
axios |
|
|
|
.get(archiveListingUrl) |
|
|
|
.then(function(response) { |
|
|
|
if (!response.data.length) return; |
|
|
|
let randomIndex = floor(random(0, response.data.length - 1)); |
|
|
|
let url = response.data[randomIndex]; |
|
|
|
axios |
|
|
|