From 5519eb6cf1a5e6dd653796eaacb43e80407b2050 Mon Sep 17 00:00:00 2001 From: Absurdon Date: Tue, 18 Apr 2017 16:14:51 +0200 Subject: [PATCH] Fixing more urls --- app/javascripts/components/info.js | 2 +- app/javascripts/components/main.js | 4 ++-- lib/user/user.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/javascripts/components/info.js b/app/javascripts/components/info.js index c3a8f6f..4c2dd38 100644 --- a/app/javascripts/components/info.js +++ b/app/javascripts/components/info.js @@ -39,7 +39,7 @@ const InfoButton = exports.InfoButton = React.createClass({
  • - +   Gather Rules
  • diff --git a/app/javascripts/components/main.js b/app/javascripts/components/main.js index 30a0133..e0f5259 100644 --- a/app/javascripts/components/main.js +++ b/app/javascripts/components/main.js @@ -85,7 +85,7 @@ const AuthFailedSplash = React.createClass({

    If you are logged on, try visiting a few pages on ENSL.org so the server can update your cookies

    If this error persists please contact an admin to fix it


    -

    Go to website

    +

    Go to website

    @@ -105,7 +105,7 @@ const BannedSplash = React.createClass({

    You're currently barred from joining gathers

    Either wait for the ban to expire or talk to an admin to get it lifted


    -

    See the ban list

    +

    See the ban list

    diff --git a/lib/user/user.js b/lib/user/user.js index 32b7e3d..3c97a46 100644 --- a/lib/user/user.js +++ b/lib/user/user.js @@ -19,7 +19,7 @@ function User (user) { this.username = user['username']; this.country = user['country']; this.time_zone = user['time_zone']; - this.avatar = enslClient.baseUrl + user['avatar']; + this.avatar = enslClient.getFullAvatarUri(user['avatar']); this.admin = user['admin']; this.moderator = user['moderator']; this.team = user['team'];