Added persistent rescheduling of nowPlaying after server goes down.
This commit is contained in:
parent
179a10fb72
commit
a41541d07b
10 changed files with 124 additions and 25 deletions
|
|
@ -227,7 +227,7 @@ class accountSettingsButton{
|
|||
|
||||
class changeEmailPopup{
|
||||
constructor(){
|
||||
this.popup = new canopyUXUtils.popup("changeEmail", true, this.asyncConstructor.bind(this), this.asyncConstructor);
|
||||
this.popup = new canopyUXUtils.popup("changeEmail", true, this.asyncConstructor.bind(this));
|
||||
}
|
||||
|
||||
asyncConstructor(){
|
||||
|
|
@ -251,7 +251,7 @@ class changeEmailPopup{
|
|||
|
||||
class changePasswordPopup{
|
||||
constructor(){
|
||||
this.popup = new canopyUXUtils.popup("changePassword", true, this.asyncConstructor.bind(this), this.asyncConstructor);
|
||||
this.popup = new canopyUXUtils.popup("changePassword", true, this.asyncConstructor.bind(this));
|
||||
}
|
||||
|
||||
asyncConstructor(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue