Merge branch 'fix_safe_notice' into 'master'

* Fix notice switch error in admin safe page.

See merge request easycorp/zentaopms!7557
This commit is contained in:
朱金勇
2023-04-23 08:00:43 +00:00
+1 -1
View File
@@ -12,5 +12,5 @@ $(function()
*/
function changeWeakChange(changeWeak)
{
$('#mainContent .table td.notice').html(changeWeak == 1 ? adminLang.safe.noticeWeakMode : adminLang.safe.noticeMode);
$('#mainContent .table td.notice:first').html(changeWeak == 1 ? adminLang.safe.noticeWeakMode : adminLang.safe.noticeMode);
}