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
lolo888
ISPConfig 3
Commits
a4e883ac
Commit
a4e883ac
authored
Dec 09, 2013
by
Till Brehm
Browse files
Prevent browser autofill to fill in password and user fields in ispconfig interface.
parent
531b0431
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/themes/blue/templates/main.tpl.htm
View file @
a4e883ac
...
...
@@ -21,6 +21,8 @@
<script
language=
"JavaScript"
type=
"text/javascript"
>
jQuery
(
document
).
ready
(
function
()
{
loadInitContent
();
$
(
'
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 @
a4e883ac
...
...
@@ -21,6 +21,8 @@
<script
language=
"JavaScript"
type=
"text/javascript"
>
jQuery
(
document
).
ready
(
function
()
{
loadInitContent
();
$
(
'
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