Commit 68fed4c9 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) remove isAjax()

parent e259289f
......@@ -107,12 +107,6 @@ if ($_POST) {
}
}
/* if this is an AJAX caller then handle via JSON */
if (isAjax() && is_array($input_errors)) {
input_errors2Ajax($input_errors);
exit;
}
if (!$input_errors) {
if (isset($id) && $a_secret[$id]) {
$secretent = $a_secret[$id];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment