From 9eb0d73b6d7fbcf8269e28600c62d5f3dd86fcc8 Mon Sep 17 00:00:00 2001 From: amd64fox <62529699+amd64fox@users.noreply.github.com> Date: Thu, 23 Feb 2023 23:04:04 +0300 Subject: [PATCH] disable HptoLocationRefactor #326 --- patches/patches.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/patches/patches.json b/patches/patches.json index 3e3391a..fc1fd82 100644 --- a/patches/patches.json +++ b/patches/patches.json @@ -902,6 +902,14 @@ }, "match": "(Enable the IAV component make api requests\",default:)(!1|!0)", "replace": "$1false" + }, + "hptolocation": { + "version": { + "from": "1.2.1", + "do": "" + }, + "match": "(Enable new permanent location for HPTO iframe to HptoHtml.js\",default:)(!1|!0)", + "replace": "$1false" } } }