diff --git a/module/program/model.php b/module/program/model.php
index ad303b242c..ff55147f5a 100644
--- a/module/program/model.php
+++ b/module/program/model.php
@@ -1577,15 +1577,15 @@ class programModel extends model
if(common::hasPriv('project', 'manageProducts') || common::hasPriv('project', 'whitelist') || common::hasPriv('project', 'delete'))
{
$menu .= "
";
- $menu .= "";
+ $menu .= "";
$menu .= "";
$menu .= "
";
diff --git a/www/js/my.full.js b/www/js/my.full.js
index 5d07873ce7..3a52f53d2d 100644
--- a/www/js/my.full.js
+++ b/www/js/my.full.js
@@ -99,6 +99,12 @@
}
init();
+
+ /* Hide context menu when window is scroll. */
+ $(window).on('scroll', function()
+ {
+ $.zui.ContextMenu.hide();
+ });
}(jQuery));
/**
@@ -1332,7 +1338,7 @@ function refreshBudgetUnit(data)
/**
* Handle radio logic of Kanban column width setting.
- *
+ *
* @access public
* @return void
*/