mirror of
https://github.com/asphyxia-core/plugin-template.git
synced 2026-09-08 10:25:13 -05:00
template release
This commit is contained in:
5
webui/js/custom_page.js
Normal file
5
webui/js/custom_page.js
Normal file
@@ -0,0 +1,5 @@
|
||||
$('#plugin-click').on('click', () => {
|
||||
emit('click', {}).then(() => {
|
||||
location.reload();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user