* Fix bug #17248,17246.

This commit is contained in:
mayue
2021-12-08 16:38:45 +08:00
parent 5761af1ed8
commit 80c54b28b5
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', '');
})
/**