diff options
Diffstat (limited to 'ui/app/components/main_panel')
| -rw-r--r-- | ui/app/components/main_panel/user_section.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/main_panel/user_section.js b/ui/app/components/main_panel/user_section.js index b792bb43..17e492d7 100644 --- a/ui/app/components/main_panel/user_section.js +++ b/ui/app/components/main_panel/user_section.js @@ -97,7 +97,7 @@ export default class UserSection extends React.Component {          />          <br />          <Glyphicon glyph="user" />  -        <a href="#" onClick={App.show.bind(App, 'wizard')}>Create a new account...</a> +        <a href="javascript:void(0)" onClick={App.show.bind(App, 'wizard')}>Create a new account...</a>        </div>      )      return (  | 
