start porting Replication to jQuery

This commit is contained in:
Marc Delisle
2010-04-02 18:57:28 -04:00
parent f32e8001e2
commit 5c26356379
4 changed files with 28 additions and 16 deletions

View File

@@ -2750,8 +2750,8 @@ function PMA_js_mootools_domready($code, $print=true)
$out .= "\n" . '// ]]>' . "\n";
$out .= '</script>';
if ($print)
echo $out;
//if ($print)
// echo $out;
return $out;
}