internal_error vaker tekstueel (ipv. JSON) vanuit Logintry.asp

svn path=/Website/trunk/; revision=30567
This commit is contained in:
Jos Groot Lipman
2016-09-06 07:33:38 +00:00
parent 1ffc6a44f9
commit a39a376b79

View File

@@ -107,7 +107,7 @@ var shared = {
if (typeof mobile == "object" && 'simpel_page' in mobile)
mobile.simpel_page(bodyhtml);
else
if (typeof DOCTYPE_Disable == "undefined" || typeof JSON == "undefined")
if (typeof DOCTYPE_Disable == "undefined" || !JSON_Result || typeof JSON == "undefined")
{
Response.Clear();
Response.Write("<html><head>");