From d2258bcfc5e756661d9b53ed04ab78606bd9b18e Mon Sep 17 00:00:00 2001 From: Kumar Appaiah Date: Tue, 31 Jul 2018 09:56:57 +0530 Subject: Fix spelling error: choosen to chosen --- yaksh/static/yaksh/js/design_course.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yaksh/static') diff --git a/yaksh/static/yaksh/js/design_course.js b/yaksh/static/yaksh/js/design_course.js index 7b01491..dbff9fd 100644 --- a/yaksh/static/yaksh/js/design_course.js +++ b/yaksh/static/yaksh/js/design_course.js @@ -16,7 +16,7 @@ $(document).ready(function(){ order_list.push($(this).data('item-id')+":"+$(this).val()); }); } - $(this).append(''); + $(this).append(''); $(this).append(''); return true; }); -- cgit