From f876f3f45729863ca004f7c09bc8c3022bce71e8 Mon Sep 17 00:00:00 2001 From: Muhammad Shoaib Date: Wed, 7 Oct 2015 13:58:46 +0500 Subject: [PATCH] SOL-1267 -fixed the bug in the accordion of the e-commerce html file --- .../instructor/instructor_dashboard_2/e-commerce.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html index c06a4bbc25..b763e85fb6 100644 --- a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html +++ b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html @@ -204,11 +204,11 @@ import pytz activeHeader: "ui-icon-carat-1-s" }; var act = 0; - $(".accordion").accordion( + $("#accordion").accordion( { heightStyle: 'content', activate: function(event, ui) { - var active = jQuery(".accordion").accordion('option', 'active'); + var active = jQuery("#accordion").accordion('option', 'active'); $.cookie('saved_index', null); $.cookie('saved_index', active); $('#error-msg').val('');