django-notifications/notifications/tests/static/notifications/live-test.js
2015-12-12 07:09:20 +00:00

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();
}