Rework javascript

This commit is contained in:
Deon George
2009-08-22 21:30:50 +10:00
parent 26fa2ba2c5
commit b93b92f430
72 changed files with 561 additions and 3131 deletions

View File

@@ -92,7 +92,7 @@ if (! $_SESSION[APPCONFIG]->getValue('appearance','hide_debug_info')) {
poststr += "&global=on" + encodeURI(xx);
<?php } ?>
obj.innerHTML = '<img src="<?php echo IMGDIR ?>/ajax-spinner.gif" /> <?php echo _('Loading') ?>...';
makePOSTRequest('cmd.php',poststr,'alertCacheContents','cancelCacheContents');
makeHttpRequest('cmd.php',poststr,'POST','alertCacheContents','cancelCacheContents');
}
function close(key,xx) {