Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
b283f9c3
Commit
b283f9c3
authored
Apr 30, 2014
by
Falko Timme
Browse files
- Re-enabled "Remember Password"- function on login screen.
parent
42f82236
Changes
3
Hide whitespace changes
Inline
Side-by-side
interface/web/login/templates/index.htm
View file @
b283f9c3
...
...
@@ -39,4 +39,7 @@
</div>
</div>
</div>
\ No newline at end of file
</div>
<script
language=
"JavaScript"
type=
"text/javascript"
>
$
(
'
#username
'
).
closest
(
'
form
'
).
attr
(
'
autocomplete
'
,
'
on
'
);
</script>
\ No newline at end of file
interface/web/themes/blue/templates/main.tpl.htm
View file @
b283f9c3
...
...
@@ -22,7 +22,7 @@
jQuery
(
document
).
ready
(
function
()
{
loadInitContent
();
$
(
'
form
'
).
attr
(
'
autocomplete
'
,
'
off
'
);
$
(
'
form
'
).
not
(
'
#dummy_login_form
'
).
attr
(
'
autocomplete
'
,
'
off
'
);
$
(
"
#pageForm
"
).
submit
(
function
(
e
){
//Prevent form submit: e.preventDefault() in lists
...
...
interface/web/themes/default/templates/main.tpl.htm
View file @
b283f9c3
...
...
@@ -22,7 +22,7 @@
jQuery
(
document
).
ready
(
function
()
{
loadInitContent
();
$
(
'
form
'
).
attr
(
'
autocomplete
'
,
'
off
'
);
$
(
'
form
'
).
not
(
'
#dummy_login_form
'
).
attr
(
'
autocomplete
'
,
'
off
'
);
$
(
"
#pageForm
"
).
submit
(
function
(
e
){
//Prevent form submit: e.preventDefault() in lists
...
...
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