mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-17 01:01:07 +00:00
7 lines
No EOL
151 B
JavaScript
7 lines
No EOL
151 B
JavaScript
console.log('running tester')
|
|
|
|
function make_notification() {
|
|
var r = new XMLHttpRequest();
|
|
r.open("GET", '/test_make/', true);
|
|
r.send();
|
|
} |