Fixed jQuery AJAX calling error
Changed method: to type: Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
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…
Reference in New Issue
Block a user