Skip to content

Commit 7f26684

Browse files
committed
add another ID that needs extra styling
1 parent 38d1af0 commit 7f26684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ $.fn.toggleTab = function () {
404404
};
405405

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

0 commit comments

Comments
 (0)