Skip to content

Commit

Permalink
add yet another magic exception
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Dec 17, 2021
1 parent 811d996 commit 464dc35
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'].indexOf(getID()) > -1) {
if(['A090280', 'A090148', 'A090065', 'A090164', 'A090113'].indexOf(getID()) > -1) {
$(this).addClass('bg-info');
$(this).css({'margin-bottom': '0px'});
}
Expand Down

0 comments on commit 464dc35

Please sign in to comment.