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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user