Skip to content

Commit

Permalink
Fixes uglifyJS parsing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hughes authored and matthugs committed Dec 17, 2018
1 parent 79f1833 commit 01f86f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion edx_proctoring/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from __future__ import absolute_import

# Be sure to update the version number in edx_proctoring/package.json
__version__ = '1.5.0rc4'
__version__ = '1.5.0rc5'

default_app_config = 'edx_proctoring.apps.EdxProctoringConfig' # pylint: disable=invalid-name
4 changes: 2 additions & 2 deletions edx_proctoring/static/proctoring/js/exam_action_handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ var edx = edx || {};
gettext(
'Something has gone wrong starting your exam. ' +
'Please double-check that the application is running.'
),
)
));
} else {
updateExamAttemptStatusPromise(actionUrl, action)()
Expand All @@ -144,7 +144,7 @@ var edx = edx || {};
gettext(
'Something has gone wrong starting your exam. ' +
'Please reload the page and start again.'
),
)
));

}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@edx/edx-proctoring",
"//": "Be sure to update the version number in edx_proctoring/__init__.py",
"//": "Note that the version format is slightly different than that of the Python version when using prereleases.",
"version": "1.5.0-rc.4",
"version": "1.5.0-rc.5",
"main": "edx_proctoring/static/index.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 01f86f6

Please sign in to comment.