Skip to content

Commit

Permalink
add another ID that needs extra styling
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Aug 16, 2024
1 parent 38d1af0 commit 7f26684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ $.fn.toggleTab = function () {
};

$.fn.A090280 = function () {
if(['A090280', 'A090148', 'A090065', 'A090164', 'A090113'].indexOf(getID()) > -1) {
if(['A090280', 'A090148', 'A090065', 'A090164', 'A090113', 'A090143'].indexOf(getID()) > -1) {
$(this).addClass('bg-info');
$(this).css({'margin-bottom': '0px'});
}
Expand Down

0 comments on commit 7f26684

Please sign in to comment.