From ffe12182abcc601b5a65127f2a37195a377c827e Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Wed, 31 May 2023 12:40:12 +0200 Subject: [PATCH] [IMP] runbot: open frontend_url in a new tab --- runbot/static/src/js/fields.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbot/static/src/js/fields.js b/runbot/static/src/js/fields.js index 1eed60dc..322e0cbf 100644 --- a/runbot/static/src/js/fields.js +++ b/runbot/static/src/js/fields.js @@ -54,7 +54,7 @@ var FrontendUrl = relational_fields.FieldMany2One.extend({ this._super.apply(this, arguments); var link = '' if (this.route) { - link = ' ' + link = ' ' } this.$el.html('' + this.$el.html() + link + '') },