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
9da5be02
Commit
9da5be02
authored
Jul 20, 2017
by
Joshua Spayd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move JavaScript to edx-proctoring repo
parent
dd6d172a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
lms/templates/courseware/proctored-exam-status.underscore
+0
-14
No files found.
lms/templates/courseware/proctored-exam-status.underscore
View file @
9da5be02
...
...
@@ -25,20 +25,6 @@
</b>
</span>
<a id="toggle_timer" href="#" title="<%- gettext("Hide Timer") %>"><i class="fa fa-eye-slash" aria-hidden="true"></i></a>
<script type="text/javascript">
$("#toggle_timer").click(function() {
if ($("#time_remaining_id").css("visibility") === "visible") {
$("#time_remaining_id").css("visibility", "hidden");
$(this).attr("title", "<%- gettext("Show Timer") %>");
$(this).find("i").removeClass("fa-eye-slash").addClass("fa-eye");
} else {
$("#time_remaining_id").css("visibility", "visible");
$(this).attr("title", "<%- gettext("Hide Timer") %>");
$(this).find("i").removeClass("fa-eye").addClass("fa-eye-slash");
}
return false; // prevents the window from scrolling up on click
});
</script>
</span>
</div>
</div>
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