skip target _self to remove full page reload

This commit is contained in:
Marcus Efraimsson
2018-08-08 16:01:35 +02:00
parent 8dfe4a97ef
commit e97251fe28
+1
View File
@@ -145,6 +145,7 @@ export class DashLinksContainerCtrl {
memo.push({
title: dash.title,
url: dash.url,
target: link.target === '_self' ? '' : link.target,
icon: 'fa fa-th-large',
keepTime: link.keepTime,
includeVars: link.includeVars,