Fix tests

This commit is contained in:
Nicolas Le Goff
2014-05-13 20:27:51 +02:00
parent c0d25176a7
commit 83e63e731a
19 changed files with 312 additions and 367 deletions

View File

@@ -1025,7 +1025,7 @@
function pollNotifications(){
$.ajax({
type: "POST",
url: "{{ path('get_notifications') }}",
url: "{{ path('list_notifications') }}",
dataType: "json",
data: {
module : 1,