mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-20 10:11:00 +00:00
Merge branch 'master' of https://github.com/evader1337/TravianZ into evader1337-master
# Conflicts: # GameEngine/Database/db_MYSQL.php # Templates/Build/avaliable.tpl # Templates/Message/inbox.tpl
This commit is contained in:
@@ -202,7 +202,7 @@ function fd(url,gd,hd,id){
|
||||
switch(kd){
|
||||
case'application/json':
|
||||
if (jd.responseText.indexOf('[]') < 0) {
|
||||
gd((jd.responseText==''?null:eval('('+jd.responseText+')')));
|
||||
gd(jd.responseText==''?null:eval('('+jd.responseText+')'));
|
||||
}
|
||||
break;
|
||||
case'text/plain':case'text/html':gd(jd.responseText);break;
|
||||
|
||||
Reference in New Issue
Block a user