diff --git a/webapp/src/main/webapp/themes/tenderfoot/js/propertyGroupControls-bootstrap.js b/webapp/src/main/webapp/themes/tenderfoot/js/propertyGroupControls-bootstrap.js new file mode 100644 index 00000000..f3584742 --- /dev/null +++ b/webapp/src/main/webapp/themes/tenderfoot/js/propertyGroupControls-bootstrap.js @@ -0,0 +1,8 @@ +$(document).ready(function(){ + $("#viewAllTab").on("click",function(){ + $('[data-toggle="tab"]').parent().removeClass("active"); + $("#viewAllTab").parent().addClass("active"); + $("#viewAllTab").addClass("active"); + $(".tab-pane").addClass("fade active in"); + }); +}); diff --git a/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl b/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl index 21a34625..e3fe6fa9 100644 --- a/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl +++ b/webapp/src/main/webapp/themes/tenderfoot/templates/body/partials/individual/individual-property-group-tabs.ftl @@ -8,58 +8,58 @@ <#assign sectionCount = 1 >