moved js into seperate files inside js/ directory
This commit is contained in:
@@ -0,0 +1 @@
|
||||
window.post = function(url, data) {return fetch(url, {method: "POST", headers: {'Content-Type': 'application/json'}, body: JSON.stringify(data)});}
|
||||
Reference in New Issue
Block a user