Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
0dd6f16e
Commit
0dd6f16e
authored
Apr 16, 2013
by
David Reagan
Browse files
Removed extra id from jquery selectors. Remove console.log call. Removed commented code.
parent
6d812ada
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/js/personal.js
View file @
0dd6f16e
...
...
@@ -8,12 +8,10 @@
* Post the email address change to the server.
*/
function
changeEmailAddress
(){
emailInfo
=
$
(
'
#lostpassword #email
'
);
console
.
log
(
"
Timout done.
"
);
emailInfo
=
$
(
'
#email
'
);
if
(
emailInfo
.
val
()
===
emailInfo
.
defaultValue
){
return
;
}
//event.preventDefault();
emailInfo
.
defaultValue
=
emailInfo
.
val
();
OC
.
msg
.
startSaving
(
'
#lostpassword .msg
'
);
var
post
=
$
(
"
#lostpassword
"
).
serialize
();
...
...
@@ -80,7 +78,7 @@ $(document).ready(function(){
});
$
(
'
#lostpassword
#email
'
).
keyup
(
function
(){
$
(
'
#email
'
).
keyup
(
function
(){
if
(
typeof
timeout
!==
'
undefined
'
){
clearTimeout
(
timeout
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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