From 836ebce1ff079e1856ab6cef64be4aed9a446ea3 Mon Sep 17 00:00:00 2001
From: build-pipeline <build-token>
Date: Mon, 30 Oct 2023 16:30:56 +0000
Subject: [PATCH] publish: Merge branch
 '552-3-mettre-des-liens-vers-les-pages-du-service-dans-la-modale-custom' into
 'dev'

generated from commit c1c5f1349c109badae3bad6644294115a1ee167e
---
 ...86fdd770ba940e6.js => ecolyo.7a9bc5689fdcf3a7fced.js} | 9 +++++----
 index.html                                               | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)
 rename app/{ecolyo.3294386fdd770ba940e6.js => ecolyo.7a9bc5689fdcf3a7fced.js} (99%)

diff --git a/app/ecolyo.3294386fdd770ba940e6.js b/app/ecolyo.7a9bc5689fdcf3a7fced.js
similarity index 99%
rename from app/ecolyo.3294386fdd770ba940e6.js
rename to app/ecolyo.7a9bc5689fdcf3a7fced.js
index f2779393a..f90f62aba 100644
--- a/app/ecolyo.3294386fdd770ba940e6.js
+++ b/app/ecolyo.7a9bc5689fdcf3a7fced.js
@@ -19881,10 +19881,11 @@ var CustomPopupService = /*#__PURE__*/function () {
 
               case 6:
                 result = _context.sent;
+                result.description = result.description.replace(/{cozyUrl}/g, './#/');
                 return _context.abrupt("return", result);
 
-              case 10:
-                _context.prev = 10;
+              case 11:
+                _context.prev = 11;
                 _context.t0 = _context["catch"](2);
                 errorMessage = "getCustomPopup: Failed to get custom popup:".concat(JSON.stringify(_context.t0));
                 logStack('error', errorMessage);
@@ -19893,12 +19894,12 @@ var CustomPopupService = /*#__PURE__*/function () {
 
                 Sentry.captureException(_context.t0);
 
-              case 16:
+              case 17:
               case "end":
                 return _context.stop();
             }
           }
-        }, _callee, this, [[2, 10]]);
+        }, _callee, this, [[2, 11]]);
       }));
 
       function getCustomPopup() {
diff --git a/index.html b/index.html
index 8539c9669..932e10e82 100644
--- a/index.html
+++ b/index.html
@@ -1 +1 @@
-<!DOCTYPE html><html lang="{{.Locale}}"><head><meta charset="utf-8"><title>Ecolyo</title><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"><!-- PWA Manifest --><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#297EF2"><meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,viewport-fit=cover"><!-- PWA Chrome --><link rel="icon" sizes="192x192" href="/android-chrome-192x192.png"><link rel="icon" sizes="512x512" href="/android-chrome-512x512.png"><!-- PWA iOS --><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="apple-touch-startup-image" href="/apple-touch-icon.png"><meta name="apple-mobile-web-app-title" content="Ecolyo"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><!-- PWA Colors --><meta name="theme-color" content="#343641"><meta name="background-color" content="#121212">{{.ThemeCSS}} {{.CozyBar}}<script src="//{{.Domain}}/assets/js/piwik.js"></script></head><body><div role="application" class="application" data-cozy="{{.CozyData}}"><script src="vendors/ecolyo.796f5a66f0367dd5452d.js"></script><script src="app/ecolyo.3294386fdd770ba940e6.js"></script></div></body></html>
\ No newline at end of file
+<!DOCTYPE html><html lang="{{.Locale}}"><head><meta charset="utf-8"><title>Ecolyo</title><link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"><link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"><!-- PWA Manifest --><link rel="manifest" href="/manifest.json" crossorigin="use-credentials"><link rel="mask-icon" href="/safari-pinned-tab.svg" color="#297EF2"><meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,viewport-fit=cover"><!-- PWA Chrome --><link rel="icon" sizes="192x192" href="/android-chrome-192x192.png"><link rel="icon" sizes="512x512" href="/android-chrome-512x512.png"><!-- PWA iOS --><link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"><link rel="apple-touch-startup-image" href="/apple-touch-icon.png"><meta name="apple-mobile-web-app-title" content="Ecolyo"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black"><!-- PWA Colors --><meta name="theme-color" content="#343641"><meta name="background-color" content="#121212">{{.ThemeCSS}} {{.CozyBar}}<script src="//{{.Domain}}/assets/js/piwik.js"></script></head><body><div role="application" class="application" data-cozy="{{.CozyData}}"><script src="vendors/ecolyo.796f5a66f0367dd5452d.js"></script><script src="app/ecolyo.7a9bc5689fdcf3a7fced.js"></script></div></body></html>
\ No newline at end of file
-- 
GitLab