File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
resources/NarrativesWidget/templates Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,8 @@ define(['jquery'], function ($) {
208208 }
209209 if ( item . external ) {
210210 link . attr ( 'target' , '_blank' ) ;
211+ } else {
212+ link . attr ( 'target' , '_parent' ) ;
211213 }
212214
213215 var icon = $ ( '<div class="navbar-icon" style=""></div>' ) ;
Original file line number Diff line number Diff line change 33
44 < div class ="-card ">
55 < div class ="-box ">
6- < a role ="button " class ="btn btn-primary btn-kbase " href ="#narrativemanager/new " style ="height: 100%; width: 100%; padding-top: 30px; " target ="_blank ">
6+ < a role ="button " class ="btn btn-primary btn-kbase " href ="/ #narrativemanager/new" target =" _blank " style ="height: 100%; width: 100%; padding-top: 30px; " target ="_blank ">
77 < br > < span class ="fa fa-plus-circle " style ="font-size: 300%; "> </ span > < br > < br > New Narrative
88 </ a >
99 </ div >
You can’t perform that action at this time.
0 commit comments