You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to warn before they do something destructive like delete messages/entities. At the moment, some of these have window.confirm, which is a bit lame.
Also, doing any operation on a large queue/subscription can be really bad - it has to iterate all messages to do what it needs to do.
The text was updated successfully, but these errors were encountered:
Remove Angular-Flash use the AngularUI messages.
Remove old jquery 2.1.0 (project is referencing 2.1.4) and Jquery 1.9.1 Intellisense
Swaped the dialog in Home with the AngularIsh version
Swaped jquery calls in home with angular $http calls.
jafin
added a commit
to jafin/SbManager
that referenced
this issue
Feb 1, 2016
Remove Angular-Flash use the AngularUI messages.
Remove old jquery 2.1.0 (project is referencing 2.1.4) and Jquery 1.9.1 Intellisense
Swaped the dialog in Home with the AngularIsh version
Swaped jquery calls in home with angular $http calls.
We need to warn before they do something destructive like delete messages/entities. At the moment, some of these have window.confirm, which is a bit lame.
Also, doing any operation on a large queue/subscription can be really bad - it has to iterate all messages to do what it needs to do.
The text was updated successfully, but these errors were encountered: