1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 22:41:28 +02:00

only tiny adjustements... and try to set the memory limit for the search indexing page to 128M...

git-svn-id: file:///svn/phpbb/trunk@7161 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-03-10 11:23:53 +00:00
parent 3d02c2a804
commit 5423766586
3 changed files with 5 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ function marklist(id, name, state)
*/
function trace(link)
{
window.open(link.replace(/&/g, '&'), '_trace', 'height=515, resizable=yes, scrollbars=yes, width=680');
window.open(link.replace(/&/g, '&'), '_trace', 'height=515, resizable=yes, scrollbars=yes, width=750');
return false;
}