FIX Edit Ajax URL

This commit is contained in:
colymba 2013-04-16 23:58:06 +03:00
parent 5b79b94496
commit 17d52697b1
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@
else cacheBuster = '?cacheBuster=' + cacheBuster;
$.ajax({
url: url + '/' + action + cacheBuster,
url: url + '/' + cacheBuster,
data: data,
type: "POST",
context: $(this)