Skip to content

Commit

Permalink
its all your fault not mine
Browse files Browse the repository at this point in the history
  • Loading branch information
MattheousDT committed Oct 11, 2018
1 parent 4f43eb3 commit b600ad8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/web/templates/dashboard/profile.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>AWESOM-O //
<title>AWESOM-O // Profiles
</title>

<link rel="icon" type="image/png" href="/img/favicon.png" />
Expand Down Expand Up @@ -458,10 +458,6 @@
//$("#username").text("YOUR FUCKING MA");
const about = profileyay.modules.find(e => e.name === "about");
if (about === undefined) {
}
const artwork = profileyay.modules.find(e => e.name === "artwork");
Expand Down Expand Up @@ -585,7 +581,7 @@
};
}
let moduleArtwork = profileyay.modules.find(e => e.name === "about");
let moduleArtwork = profileyay.modules.find(e => e.name === "artwork");
if (moduleArtwork === undefined) {
// artwork doesnt exist, set defaults
Expand Down

0 comments on commit b600ad8

Please sign in to comment.