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