* Fix click dropmenu item not load page as expected.

This commit is contained in:
sunhao
2023-12-08 11:16:03 +08:00
parent 8b4cf230cd
commit f73a05dbb4
2 changed files with 0 additions and 2 deletions
@@ -26,7 +26,6 @@ foreach($testtasks as $testtask)
$item['url'] = sprintf($link, $testtask->id);
$item['type'] = 'item';
$item['data-app'] = $app->tab;
$item['data-load'] = '#main, #testtask-dropmenu';
$data[] = $item;
}