mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-15 09:24:21 +08:00
Open the label template in the same tab [SCI-8167] (#5189)
Co-authored-by: Giga Chubinidze <gchubinidze@unisens.ge>
This commit is contained in:
parent
934774985f
commit
540de67956
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
return `${data.icon_image_tag}<a
|
return `${data.icon_image_tag}<a
|
||||||
href='${row.DT_RowAttr['data-edit-url']}'
|
href='${row.DT_RowAttr['data-edit-url']}'
|
||||||
class='record-info-link'
|
class='record-info-link'
|
||||||
onclick='window.open(this.href, "_blank")'
|
onclick='window.location.href = this.href; return false;'
|
||||||
>${data.name}</a>`;
|
>${data.name}</a>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue