-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New: migration.js added to grunt tasks (fixes #3632)
- Loading branch information
1 parent
55c86fc
commit b275bce
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule core
updated
23 files
+0 −3 | js/a11y.js | |
+2 −4 | js/models/questionModel.js | |
+1 −1 | js/router.js | |
+0 −2 | js/tracking.js | |
+1 −18 | js/views/TooltipView.js | |
+6 −10 | js/views/navigationView.js | |
+18 −3 | less/core/button.less | |
+6 −1 | less/core/component.less | |
+6 −1 | less/core/drawer.less | |
+13 −7 | less/core/nav.less | |
+18 −6 | less/core/tooltip.less | |
+1 −1 | package.json | |
+6 −7 | schema/article.model.schema | |
+6 −7 | schema/block.model.schema | |
+12 −4 | schema/component.model.schema | |
+4 −4 | schema/component.schema.json | |
+5 −5 | schema/content.schema.json | |
+6 −7 | schema/contentobject.model.schema | |
+0 −18 | schema/course.model.schema | |
+0 −9 | schema/course.schema.json | |
+1 −0 | templates/header.jsx | |
+2 −3 | templates/image.jsx | |
+2 −4 | templates/notifyPopup.hbs |