This commit is contained in:
chaideqing
2024-01-04 10:01:14 +08:00
parent 02843ee446
commit f91ff0cd10
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ $(function()
});
$(document).on('click', '.story-toggle', function(e)
{
{
var $toggle = $(this);
var id = $(this).data('id');
var isCollapsed = $toggle.toggleClass('collapsed').hasClass('collapsed');
+1 -1
View File
@@ -2957,7 +2957,7 @@ class projectModel extends model
$this->lang->$navGroup->dividerMenu = $this->lang->project->noMultiple->{$model}->dividerMenu;
/* Single execution and has no product project menu. */
if(!$project->hasProduct and !$project->multiple and !empty($this->config->URAndSR))
if(!$project->multiple and !empty($this->config->URAndSR))
{
if(isset($this->lang->$navGroup->menu->storyGroup))
{