mirror of
https://github.com/itflow-org/itflow
synced 2026-03-21 21:15:38 +00:00
Updated AdminLTE to 3.04 assets, added search to side bar, added company select drop down on sidebar. removed extra delete under edit contact
This commit is contained in:
7
dist/js/demo.js
vendored
7
dist/js/demo.js
vendored
@@ -416,4 +416,11 @@
|
||||
|
||||
return $block
|
||||
}
|
||||
|
||||
$('.product-image-thumb').on('click', function() {
|
||||
const image_element = $(this).find('img');
|
||||
$('.product-image').prop('src', $(image_element).attr('src'))
|
||||
$('.product-image-thumb.active').removeClass('active');
|
||||
$(this).addClass('active');
|
||||
});
|
||||
})(jQuery)
|
||||
|
||||
Reference in New Issue
Block a user