template release

This commit is contained in:
Freddie
2020-05-27 18:36:34 +01:00
commit 27f1a259b5
9 changed files with 191 additions and 0 deletions

5
webui/js/custom_page.js Normal file
View File

@@ -0,0 +1,5 @@
$('#plugin-click').on('click', () => {
emit('click', {}).then(() => {
location.reload();
});
});