skip target _self to remove full page reload

pull/12844/head
Marcus Efraimsson 7 years ago
parent 8dfe4a97ef
commit e97251fe28
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A
  1. 1
      public/app/features/dashlinks/module.ts

@ -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,

Loading…
Cancel
Save