Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
fbda8fe5
Commit
fbda8fe5
authored
May 26, 2010
by
vogelor
Browse files
Fixed a error if the user logged in with other browser than firefox
parent
77eeb090
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/js/scrigo.js.php
View file @
fbda8fe5
...
...
@@ -238,7 +238,10 @@ function setFocus() {
if
(
flag
)
break
;
}
*
/
document.pageForm.username.focus
();
try
{
document.pageForm.username.focus
();
}
catch
(
e
)
{
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment