diff --git a/module/index/js/index.js b/module/index/js/index.js index 5bb2f124eb..01582f9c12 100644 --- a/module/index/js/index.js +++ b/module/index/js/index.js @@ -121,10 +121,6 @@ { return 'project'; } - else if(methodLowerCase === 'browsetask') - { - return 'project'; - } } var myMethods = 'todocalendar|effortcalendar|todo|task|story|bug|testtask|testcase|execution|issue|risk|dynamic|profile'; diff --git a/module/user/view/deny.html.php b/module/user/view/deny.html.php index cda9e3ffa0..965cb076d8 100644 --- a/module/user/view/deny.html.php +++ b/module/user/view/deny.html.php @@ -48,7 +48,7 @@ include '../../common/view/header.lite.html.php'; createLink('my', 'index'), $lang->my->common, ($isOnlybody ? '_parent' : ''), "class='btn' data-group='my'"); + echo html::a('javascript:void(0)', $lang->my->common, ($isOnlybody ? '_parent' : ''), 'class="btn show-in-tab" onclick="changeLeftNavigation()"'); if($refererBeforeDeny) echo html::a(helper::safe64Decode($refererBeforeDeny), $lang->user->goback, ($isOnlybody ? '_parent' : ''), "class='btn'"); echo html::a($this->createLink('user', 'logout', "referer=" . helper::safe64Encode($denyPage)), $lang->user->relogin, ($isOnlybody ? '_parent' : ''), "class='btn btn-primary'"); ?> @@ -56,4 +56,15 @@ include '../../common/view/header.lite.html.php'; +