diff options
Diffstat (limited to 'radicale_infcloud/web/index.html')
-rw-r--r-- | radicale_infcloud/web/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/radicale_infcloud/web/index.html b/radicale_infcloud/web/index.html index a0c8fd6..75af8ee 100644 --- a/radicale_infcloud/web/index.html +++ b/radicale_infcloud/web/index.html @@ -60,6 +60,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <script src="main.js" type="text/javascript"></script> <script src="forms.js" type="text/javascript"></script> <script src="timezones.js" type="text/javascript"></script> + <script src="notifications.js" type="text/javascript"></script> </head> <body> <div id="cacheDialog"> @@ -143,6 +144,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <tr><td><kbd>Ctrl</kbd><kbd>3</kbd></td><td>Week view</td></tr> <tr><td><kbd>Ctrl</kbd><kbd>4</kbd></td><td>Day view</td></tr> </table> + <button id="testNotification" onclick="clickTestNotification()">Send test notification</button> </div> <div id="aboutDialog" title="About dialog"> <div id="aboutCloseButton">x</div> |