Skip to content

Commit

Permalink
Removed old data from JS.
Browse files Browse the repository at this point in the history
  • Loading branch information
harvzor committed May 12, 2020
1 parent a3da723 commit 23bd75b
Showing 1 changed file with 1 addition and 91 deletions.
92 changes: 1 addition & 91 deletions src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,97 +127,7 @@ function setup(data) {
}
}

var data =
{
"linkGroups": [
{
"name": "social",
"links": [
{
"name": "discord",
"url": "https://discordapp.com/"
},
{
"url": "https://arisuchan.jp/",
"name": "arisuchan"
},
{
"name": "lainchan",
"url": "https://lainchan.org/"
},
{
"name": "twitter",
"url": "https://twitter.com/"
}
]
},
{
"name": "entertainment",
"links": [
{
"url": "https://www.youtube.com",
"name": "youtube"
},
{
"url": "https://www.twitch.tv",
"name": "twitch"
},
{
"url": "https://www.plex.com",
"name": "plex"
},
{
"url": "https://www.netflix.com",
"name": "netflix"
},
{
"url": "https://www.nreboot.com/",
"name": "nreboot"
}
]
},
{
"name": "code",
"links": [
{
"url": "https://www.github.com/",
"name": "github"
},
{
"url": "https://www.codepen.io/",
"name": "codepen"
},
{
"name": "mozilla dev",
"url": "https://developer.mozilla.org/"
},
{
"name": "devdocs",
"url": "http://devdocs.io/"
}
]
}
],
"userInformation": [
{
"key": "User",
"value": "orion"
},
{
"key": "Account Created",
"value": "Aug 1998"
},
{
"key": "Bio",
"value": "what is good"
}
],
"backgroundUrl": "https://images.unsplash.com/photo-1492627223639-6e980361988c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1489&q=80",
"imageWindowImageUrl": "https://pbs.twimg.com/media/DJeR25oXoAIhkVq.jpg"
}

new CustomStartStorage().get()
.then(data => {
setup(data);
setup(data);
});

0 comments on commit 23bd75b

Please sign in to comment.