| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-09-29 22:14:30 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-09-29 22:14:30 +0200 | 
| commit | 08baf335929724e18addfc553f42fe8a3b274a42 (patch) | |
| tree | ca19d0bb21287bd2c19a3ac976653dd8a25a2cc0 /www/background.html | |
| parent | 463aca15fdeeb7fda838dcc7355d2365de5d703d (diff) | |
Adds icon notification.
There might be a browser function to make a notification, but let's go
with an icon change for now...
Diffstat (limited to 'www/background.html')
| -rw-r--r-- | www/background.html | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/www/background.html b/www/background.html index fd648a2..dc8d0e9 100644 --- a/www/background.html +++ b/www/background.html @@ -5,6 +5,7 @@     <body>        <script src="/www/script/params.js"></script>        <script src="/www/script/battles.js"></script> +      <script src="/www/script/notification.js"></script>        <script src="/www/script/main_background.js"></script>        <script src="/www/script/init_background.js"></script>     </body> | 


