Changing the "Don't refresh this page" default?

Is it an easy thing to change? It would be better to have it default to 2
or 5 minutes for us… :slight_smile:

Eric

“Eric Hunter” ehunterml@netrover.com writes:

Is it an easy thing to change? It would be better to have it
default to 2 or 5 minutes for us… :slight_smile:

Make a local copy of share/html/index.html and add the following to
the %init section:

unless ($session{‘home_refresh_interval’}) {
$session{‘home_refresh_interval’} = 120; # Value in seconds.
}

Warning: Untested code!

Espen Wiborg espenhw@empolis.no
Java is a WORA language! (Write Once, Run Away)
– James Vandenberg (on progstone@egroups.com)

Espen Wiborg wrote:

“Eric Hunter” ehunterml@netrover.com writes:

Is it an easy thing to change? It would be better to have it
default to 2 or 5 minutes for us… :slight_smile:

Make a local copy of share/html/index.html and add the following to
the %init section:

unless ($session{‘home_refresh_interval’}) {
$session{‘home_refresh_interval’} = 120; # Value in seconds.
}

Warning: Untested code!

It is working for my firefox and ie browser. Thanks -


Espen Wiborg espenhw@empolis.no
Java is a WORA language! (Write Once, Run Away)
– James Vandenberg (on progstone@egroups.com)


rt-users mailing list
rt-users@lists.bestpractical.com
The rt-users Archives

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm

Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
There’s no place like 127.0.0.1