Rudimentary Notifications

To test `http://localhost:1337/?notify=Hello+world!`.
Note: see previous commit for more info.
This commit is contained in:
Brian Hanifin
2014-07-25 03:06:43 -07:00
parent 57c30b9bfa
commit c8c3781850
+3 -1
View File
@@ -218,7 +218,9 @@ $(function() {
opacity: 0.75
}
showNotification("test");
if (querystring.notify) {
showNotification(querystring.notify.replace("+", " "));
}
if (querystring.drawer) {
openDrawer();