From b76661202c8e63b3be63bc85ee0d3c0a0ac36509 Mon Sep 17 00:00:00 2001 From: Zongjun Lan Date: Wed, 23 Mar 2022 13:49:20 +0800 Subject: [PATCH] remove code --- module/common/model.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/module/common/model.php b/module/common/model.php index 5f6c449edc..8fb318c3ec 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -485,8 +485,6 @@ class commonModel extends model /* The standalone lite version removes the lite interface button */ if(trim($config->visions, ',') == 'lite') return true; - if($app->config->systemMode != 'new') return print("
{$lang->visionList['rnd']}
"); - if(count($userVisions) < 2) return print("
{$lang->visionList[$currentVision]}
"); if(count($configVisions) < 2) return print("
{$lang->visionList[$currentVision]}
");