Fixed jQuery AJAX calling error

Changed method: to type:

Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI 2012-08-18 13:35:43 +02:00
parent ebb0469ae1
commit 0431d78be7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ function doPopup(title, content, url, w, h, callback)
$('#popup-container').center();
$('#popup-container').fadeIn();
$.ajax({
method: 'GET',
type: 'GET',
url: url
}).done(function(data)
{