[
https://jira.codehaus.org/browse/MRM-1853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=350263#comment-350263
]
Jeffrey Hagelberg commented on MRM-1853:
----------------------------------------
One minor point - I'm not sure if the check you added will work for all
browsers. See
http://stackoverflow.com/questions/5113374/javascript-check-if-variable-exists-is-defined-initialized-which-method-is-b
They recommend:
if (typeof variable === 'undefined') {
// variable is undefined
}
> On first start up, you get a perpetual loading indicator.
> ---------------------------------------------------------
>
> Key: MRM-1853
> URL: https://jira.codehaus.org/browse/MRM-1853
> Project: Archiva
> Issue Type: Bug
> Affects Versions: 2.1.0
> Reporter: Brett Porter
> Fix For: 2.1.1
>
>
> Unpack a brand new Archiva installation of 2.1.0, and start it up, then
> navigate to the home page.
> You'll see the loading indicator spinning forever, even after creating the
> admin and navigating around behind it.
> If you refresh the page, it no longer comes back.
> Looks like a failed initial request that doesn't reset the Javascript?
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)