show custom position links in popup rather than modal
This commit is contained in:
parent
f498592390
commit
71359ef3cb
1 changed files with 1 additions and 1 deletions
|
@ -1307,7 +1307,7 @@ c3nav = {
|
|||
}
|
||||
},
|
||||
_href_modal_open_tab: function(location) {
|
||||
return ['/l/', '/control/', '/reports/', '/mesh/', '/positions/', '/api-secrets/', '/editor/'].some(prefix => location.startsWith(prefix));
|
||||
return ['/l/', '/control/', '/reports/', '/mesh/', '/api-secrets/', '/editor/'].some(prefix => location.startsWith(prefix));
|
||||
},
|
||||
_modal_link_click: function(e) {
|
||||
var location = $(this).attr('href');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue