sugarlabs / sugar-web

Components for Sugar web activities
Apache License 2.0
13 stars 32 forks source link

When open a alert, close previous alerts #125

Closed godiard closed 7 years ago

godiard commented 8 years ago

Before open a alert, check if another alert is already opened and close it. Also, add a hideAlert() method to the activity class, and use it to avoid duplicate code.

godiard commented 7 years ago

Thanks