summaryrefslogtreecommitdiffstats
path: root/usr/local/www/includes/sajax.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/includes/sajax.class.php')
-rw-r--r--usr/local/www/includes/sajax.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/includes/sajax.class.php b/usr/local/www/includes/sajax.class.php
index 3274e49..16df184 100644
--- a/usr/local/www/includes/sajax.class.php
+++ b/usr/local/www/includes/sajax.class.php
@@ -99,7 +99,7 @@ class sajax {
ob_start();
?>
-
+ <!--
// remote scripting library
// (c) copyright 2005 modernmethod, inc
var sajax_debug_mode = <?php echo $this->sajax_debug_mode ? "true" : "false"; ?>;
@@ -174,7 +174,7 @@ class sajax {
sajax_debug(func_name + " waiting..");
delete x;
}
-
+ //-->
<?php
$html = ob_get_contents();
ob_end_clean();
OpenPOWER on IntegriCloud