mirror of
https://github.com/neocities/neocities.git
synced 2025-07-23 02:56:05 +02:00
streamline CSS, remove google font/cdn dep
This commit is contained in:
parent
ab6abc637e
commit
47344e8bdc
186 changed files with 31689 additions and 1655 deletions
7
public/js/news/event.js
Normal file
7
public/js/news/event.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
var Event = {
|
||||
delete: function(eventId, csrfToken) {
|
||||
$.post('/event/'+eventId+'/delete', {csrf_token: csrfToken}, function(res) {
|
||||
location.reload()
|
||||
})
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue