mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Rudimentary Notifications
To test `http://localhost:1337/?notify=Hello+world!`. Note: see previous commit for more info.
This commit is contained in:
@@ -218,7 +218,9 @@ $(function() {
|
||||
opacity: 0.75
|
||||
}
|
||||
|
||||
showNotification("test");
|
||||
if (querystring.notify) {
|
||||
showNotification(querystring.notify.replace("+", " "));
|
||||
}
|
||||
|
||||
if (querystring.drawer) {
|
||||
openDrawer();
|
||||
|
||||
Reference in New Issue
Block a user