mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-04-05 00:35:14 -05:00
6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
$('#plugin-click').on('click', () => {
|
|
emit('click', {}).then(() => {
|
|
location.reload();
|
|
});
|
|
});
|