mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
FIX: removes legacy browsers-refresh button (#7028)
This commit is contained in:
@ -143,9 +143,6 @@ export default Ember.Controller.extend(CanCheckEmails, {
|
||||
resetBounceScore() {
|
||||
return this.get("model").resetBounceScore();
|
||||
},
|
||||
refreshBrowsers() {
|
||||
return this.get("model").refreshBrowsers();
|
||||
},
|
||||
approve() {
|
||||
return this.get("model").approve();
|
||||
},
|
||||
|
Reference in New Issue
Block a user