diff --git a/ajax/showcomic.php b/ajax/showcomic.php index 4ebe149..adb8a07 100644 --- a/ajax/showcomic.php +++ b/ajax/showcomic.php @@ -96,9 +96,7 @@ foreach ( $files as $file ) { $images[] = $comicoutputurl . $file; $captions[] = substr(basename($comicoutputurl), 0, -4) . ": {$count} of {$last}"; } -$debug = (DEBUG_SHOWCOMICAJAX || DEBUG_ALL); -$data["debug"] = $debug; $data["images"] = $images; $data["captions"] = $captions; header('Content-Type: application/json'); diff --git a/htmlfooter.php b/htmlfooter.php index 01fbaca..308b1d0 100644 --- a/htmlfooter.php +++ b/htmlfooter.php @@ -1,4 +1,2 @@ -
-