selected tab should not automatically become inactive.
This commit is contained in:
+1
-1
@@ -4285,7 +4285,7 @@ class tabobject {
|
||||
$cstr = '';
|
||||
|
||||
/// The text and anchor for this tab
|
||||
if ($inactive || $activetwo || $selected) {
|
||||
if ($inactive || $activetwo) {
|
||||
$astr .= $this->text;
|
||||
} else {
|
||||
$astr .= '<a href="'.$this->link.'" title="'.$this->text.'">'.$this->text.'</a>';
|
||||
|
||||
Reference in New Issue
Block a user