[commits-cosmo] (travis) [5157] Only set timeout if we are logged
in.
Travis Vachon
travis at osafoundation.org
Fri Jul 20 15:01:05 PDT 2007
This was for bug 9977.
-Travis
On Jul 20, 2007, at 2:58 PM, svncheckin at osafoundation.org wrote:
> Revision
> 5157
> Author
> travis
> Date
> 2007-07-20 14:58:57 -0700 (Fri, 20 Jul 2007)
> Log Message
>
> Only set timeout if we are logged in.
> Modified Paths
>
> cosmo/trunk/cosmo/src/main/webapp/js/cosmo/app/pim.js
> Diff
>
> Modified: cosmo/trunk/cosmo/src/main/webapp/js/cosmo/app/pim.js
> (5156 => 5157)
>
> --- cosmo/trunk/cosmo/src/main/webapp/js/cosmo/app/pim.js
> 2007-07-20 21:58:27 UTC (rev 5156)
> +++ cosmo/trunk/cosmo/src/main/webapp/js/cosmo/app/pim.js
> 2007-07-20 21:58:57 UTC (rev 5157)
> @@ -129,8 +129,9 @@
> deletedSubscriptions[x].getDisplayName()));
> }
> }
> -
> - cosmo.ui.timeout.setTimeout(cosmo.app.handleTimeout);
> + if (this.authAccess){
> + cosmo.ui.timeout.setTimeout(cosmo.app.handleTimeout);
> + }
> };
>
> // ==========================
>
> _______________________________________________
> Commits-Cosmo mailing list
> Commits-Cosmo at osafoundation.org
> http://lists.osafoundation.org/cgi-bin/mailman/listinfo/commits-cosmo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osafoundation.org/pipermail/commits-cosmo/attachments/20070720/2fc65e15/attachment-0001.htm
More information about the Commits-Cosmo
mailing list