Commit c0440990 by chrisndodge

Merge pull request #10074 from edx/muhhshoaib/SOL-1267-ecommerce-tab-lost-expand-collapse-regions

SOL-1267 eCommerce tab on Instructor Dashboard has lost the expand/collapse regions
parents 412d86b7 f876f3f4
......@@ -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('');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment