* Fix bug #17248,17246.

This commit is contained in:
mayue
2021-12-09 10:34:47 +08:00
committed by 孙广明
parent 147470bf29
commit 1111d59ed9
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -1 +0,0 @@
#lineName {border-left-color: gainsboro !important;}
+1 -1
View File
@@ -1,6 +1,6 @@
$(function()
{
if(programID || systemMode) $('#line_chosen').addClass('hidden');
if(programID || systemMode == 'classic') $('#line_chosen').addClass('hidden');
$('#lineName').css('border-left-color', '');
})
/**