commit | 7a19b6383778ddda377b977905a98d16f43189f3 | [log] [tgz] |
---|---|---|
author | scmmishra <scm.mymail@gmail.com> | Fri Nov 02 20:51:40 2018 +0530 |
committer | Aditya Hase <aditya@adityahase.com> | Tue Feb 19 13:06:30 2019 +0530 |
tree | 1b4aec8960b4d357d066c09b0cf40f5bb3ce3082 | |
parent | e30f2eb297e603c78458a5efe3ddb116f0cbf590 [diff] |
Minor changes
diff --git a/erpnext/public/js/education/web-academy/components/ContentQuiz.vue b/erpnext/public/js/education/web-academy/components/ContentQuiz.vue index d781bac..e2ea31e 100644 --- a/erpnext/public/js/education/web-academy/components/ContentQuiz.vue +++ b/erpnext/public/js/education/web-academy/components/ContentQuiz.vue
@@ -39,7 +39,6 @@ </template> <script> -debugger import QuizSingleChoice from "./Quiz/QuizSingleChoice.vue" export default { props: ['content', 'type'],
diff --git a/erpnext/www/academy.html b/erpnext/www/academy.html index cba1964..6e87f83 100644 --- a/erpnext/www/academy.html +++ b/erpnext/www/academy.html
@@ -3,6 +3,6 @@ {% block title %}{{ heading or "Academy"}}{% endblock %} {% block page_content %} -<div id="web-academy"></div> +<div id="academy"></div> <script type="text/javascript" src="/assets/js/web-academy.min.js"></script> {% endblock %} \ No newline at end of file