Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Fixed mobile changelog link
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukov committed Oct 27, 2014
1 parent 94238f3 commit 27f3281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/partials/mobile/changelog_modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3 class="modal_section_header changelog_version_title">
</h3>
<div class="modal_section_body changelog_version_changes">
<ul class="list-unstyled changelog_version_changes_list">
<li>Usernames support: <a href="" ng-click="changeUsername">Choose a username right now!</a></li>
<li>Usernames support: <a href="" ng-click="changeUsername()">Choose a username right now!</a></li>
<li>Search can now find public users by username.</li>
<li>Most popular emoticons shown in 'recent' when empty</li>
<li>Bugfixes</li>
Expand Down

1 comment on commit 27f3281

@Iosunlock
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method: auth.sendCode
Result: {"_":"rpc_error","error_code":400,"error_message":"PHONE_NUMBER_APP_SIGNUP_FORBIDDEN"}

Please sign in to comment.