Skip to content
Snippets Groups Projects
Commit bd429aa6 authored by Greg Fodor's avatar Greg Fodor
Browse files

Avatar selector is at root

parent d450c3b1
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ class ProfileEntryPanel extends Component { ...@@ -79,7 +79,7 @@ class ProfileEntryPanel extends Component {
className="profile-entry__avatar-selector" className="profile-entry__avatar-selector"
src={ src={
/* HACK: Have to account for the smoke test server like this. Feels wrong though. */ /* HACK: Have to account for the smoke test server like this. Feels wrong though. */
`${/smoke/i.test(location.hostname) ? 'smoke-' : ''}avatar-selector.html#avatar_id=${this.state.avatar_id}` `/${/smoke/i.test(location.hostname) ? 'smoke-' : ''}avatar-selector.html#avatar_id=${this.state.avatar_id}`
} }
ref={ifr => this.avatarSelector = ifr}></iframe> ref={ifr => this.avatarSelector = ifr}></iframe>
<input className="profile-entry__form-submit" type="submit" value={formatMessage({ id: "profile.save" }) }/> <input className="profile-entry__form-submit" type="submit" value={formatMessage({ id: "profile.save" }) }/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment