mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-13 08:27:42 +00:00
GUAC-1161: Store notification state in session-local storage.
This commit is contained in:
@@ -23,4 +23,6 @@
|
||||
/**
|
||||
* The module for code used to display arbitrary notifications.
|
||||
*/
|
||||
angular.module('notification', []);
|
||||
angular.module('notification', [
|
||||
'storage'
|
||||
]);
|
||||
|
Reference in New Issue
Block a user