Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
1f5d2223
Commit
1f5d2223
authored
Sep 20, 2013
by
Adam Palay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove forgot-password-modal class
parent
a0d30b25
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
lms/templates/forgot_password_modal.html
+2
-2
lms/templates/login.html
+1
-1
No files found.
lms/templates/forgot_password_modal.html
View file @
1f5d2223
<
%!
from
django
.
utils
.
translation
import
ugettext
as
_
%
>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
%
>
<section
id=
"forgot-password-modal"
class=
"modal
forgot-password-modal
"
role=
"dialog"
aria-label=
"${_('Password Reset')}"
>
<section
id=
"forgot-password-modal"
class=
"modal"
role=
"dialog"
aria-label=
"${_('Password Reset')}"
>
<div
class=
"inner-wrapper"
>
<div
id=
"password-reset"
>
<header>
...
...
@@ -69,7 +69,7 @@
}
});
};
$
(
"
.
forgot-password-modal .close-modal"
).
click
(
onModalClose
);
$
(
"
#
forgot-password-modal .close-modal"
).
click
(
onModalClose
);
$
(
"#forgot-password-modal"
).
focus
()
cycle_modal_tab
(
"#forgot-password-modal .close-modal"
,
"#pwd_reset_email"
)
cycle_modal_tab
(
"#pwd_reset_email"
,
"#pwd_reset_button"
)
...
...
lms/templates/login.html
View file @
1f5d2223
...
...
@@ -68,7 +68,7 @@
}
});
$
(
"#forgot-password-link"
).
click
(
function
()
{
$
(
"
.
forgot-password-modal .close-modal"
).
focus
()
$
(
"
#
forgot-password-modal .close-modal"
).
focus
()
})
})(
this
);
...
...
Write
Preview
Markdown
is supported
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