diff --git a/module/repo/ui/review.html.php b/module/repo/ui/review.html.php
index df6631d6bb..dc36ef6f5e 100644
--- a/module/repo/ui/review.html.php
+++ b/module/repo/ui/review.html.php
@@ -10,6 +10,8 @@ declare(strict_types=1);
*/
namespace zin;
+dropmenu(set::tab('repo'));
+
foreach($bugs as $bug)
{
$bug->revisionA = $repo->SCM != 'Subversion' ? substr(strtr($bug->v2, '*', '-'), 0, 10) : $bug->v2;
diff --git a/module/search/control.php b/module/search/control.php
index ed263634b7..1dc63cfcb0 100644
--- a/module/search/control.php
+++ b/module/search/control.php
@@ -295,6 +295,7 @@ class search extends control
public function ajaxRemoveMenu($queryID)
{
$this->dao->update(TABLE_USERQUERY)->set('shortcut')->eq(0)->where('id')->eq($queryID)->exec();
+ echo $this->send(array('result' => 'success', 'load' => true));
}
/**