Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-proctoring
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-proctoring
Commits
b617dc4a
Commit
b617dc4a
authored
Jul 22, 2015
by
chrisndodge
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #32 from edx/muhhshoaib/bug-fixes
According pane content display Section
parents
7ab4c451
365f8986
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
2 deletions
+0
-2
edx_proctoring/static/proctoring/js/views/proctored_exam_allowance_view.js
+0
-1
edx_proctoring/static/proctoring/js/views/proctored_exam_attempt_view.js
+0
-1
edx_proctoring/static/proctoring/templates/student-proctored-exam-attempts.underscore
+0
-0
No files found.
edx_proctoring/static/proctoring/js/views/proctored_exam_allowance_view.js
View file @
b617dc4a
...
@@ -123,7 +123,6 @@ var edx = edx || {};
...
@@ -123,7 +123,6 @@ var edx = edx || {};
if
(
this
.
template
!==
null
)
{
if
(
this
.
template
!==
null
)
{
var
html
=
this
.
template
({
proctored_exam_allowances
:
this
.
collection
.
toJSON
()});
var
html
=
this
.
template
({
proctored_exam_allowances
:
this
.
collection
.
toJSON
()});
this
.
$el
.
html
(
html
);
this
.
$el
.
html
(
html
);
this
.
$el
.
show
();
}
}
},
},
showAddModal
:
function
(
event
)
{
showAddModal
:
function
(
event
)
{
...
...
edx_proctoring/static/proctoring/js/views/proctored_exam_attempt_view.js
View file @
b617dc4a
...
@@ -125,7 +125,6 @@ var edx = edx || {};
...
@@ -125,7 +125,6 @@ var edx = edx || {};
_
.
extend
(
data
,
viewHelper
);
_
.
extend
(
data
,
viewHelper
);
var
html
=
this
.
template
(
data
);
var
html
=
this
.
template
(
data
);
this
.
$el
.
html
(
html
);
this
.
$el
.
html
(
html
);
this
.
$el
.
show
();
}
}
},
},
onRemoveAttempt
:
function
(
event
)
{
onRemoveAttempt
:
function
(
event
)
{
...
...
edx_proctoring/static/proctoring/templates/student-proctored-exam-attempts.underscore
View file @
b617dc4a
This diff is collapsed.
Click to expand it.
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