From 93a3affbd3b05748af0da386c98c8367c0abc777 Mon Sep 17 00:00:00 2001 From: dingyongliang Date: Tue, 4 Apr 2023 10:43:43 +0800 Subject: [PATCH] * zin: rm className of featureBar. --- zin/wg/featurebar/v1.php | 1 - 1 file changed, 1 deletion(-) diff --git a/zin/wg/featurebar/v1.php b/zin/wg/featurebar/v1.php index 92b0b1b0b3..952d4c81c3 100644 --- a/zin/wg/featurebar/v1.php +++ b/zin/wg/featurebar/v1.php @@ -72,7 +72,6 @@ class featureBar extends wg return div ( set::id('featureBar'), - setClass('toolbar-nav'), $this->block('leading'), $this->buildNav(), $this->block('trailing')