Fixed jQuery AJAX calling error

Changed method: to type:

Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
master
Gergely POLONKAI 11 years ago
parent ebb0469ae1
commit 0431d78be7

@ -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)
{

Loading…
Cancel
Save