From 2950ce0c176872e69dc9190fd7ae02e39b1ca02f Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Thu, 17 Oct 2024 10:36:05 +0200 Subject: freedom - default settings --- web/assets/js/model/dbinbound.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/assets/js/model/dbinbound.js') diff --git a/web/assets/js/model/dbinbound.js b/web/assets/js/model/dbinbound.js index 9f6f04c6..aeae1a75 100644 --- a/web/assets/js/model/dbinbound.js +++ b/web/assets/js/model/dbinbound.js @@ -140,9 +140,9 @@ class DBInbound { return false; } } - - genInboundLinks(remarkModel) { + + genInboundLinks(remarkModel) { const inbound = this.toInbound(); - return inbound.genInboundLinks(this.remark,remarkModel); + return inbound.genInboundLinks(this.remark, remarkModel); } } \ No newline at end of file -- cgit v1.2.3