FIX: removes legacy browsers-refresh button (#7028)

This commit is contained in:
Joffrey JAFFEUX
2019-02-19 16:38:21 +01:00
committed by GitHub
parent b3ab0e5753
commit 9ade04b709
47 changed files with 0 additions and 106 deletions

View File

@ -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();
},