Subversion Repositories SmartDukaan

Rev

Rev 34010 | Rev 34023 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34010 Rev 34021
Line 226... Line 226...
226
                brand = $(this).parent().parent('tr').data('brand_name');
226
                brand = $(this).parent().parent('tr').data('brand_name');
227
 
227
 
228
            doGetAjaxRequestHandler(context + "/super-catalog/"+superCatalogId,(response) => {
228
            doGetAjaxRequestHandler(context + "/super-catalog/"+superCatalogId,(response) => {
229
                $('#manageSuperCatalogModalBody').empty();
229
                $('#manageSuperCatalogModalBody').empty();
230
                $('#manageSuperCatalogModalBody').html(response);
230
                $('#manageSuperCatalogModalBody').html(response);
231
                $('.edit-super-catalog').show();
-
 
232
                $('#manageSuperCatalogModal').modal('show');
231
                $('#manageSuperCatalogModal').modal('show');
233
                $('#catalog_id, #brand_id').multiselect({
232
                $('#catalog_id, #brand_id').multiselect({
234
                    includeSelectAllOption: false,
233
                    includeSelectAllOption: false,
235
                    multiple:false,
234
                    multiple:false,
236
                    maxHeight: 200,
235
                    maxHeight: 200,