From 877cd65c6dc1651812d92e54c00843548d2e663d Mon Sep 17 00:00:00 2001 From: Index Date: Sat, 17 Feb 2024 17:49:24 -0600 Subject: [PATCH] disable game profiles --- js/places/place-view.js | 3 +++ settings.html | 2 ++ 2 files changed, 5 insertions(+) diff --git a/js/places/place-view.js b/js/places/place-view.js index aab652f..bd5d673 100644 --- a/js/places/place-view.js +++ b/js/places/place-view.js @@ -46,9 +46,11 @@ let GamePinned; } // Work in Progress + /* if (Settings.GameProfilesOn === true) { GameProfiles() } + */ if (Settings.IRLPriceWithCurrencyOn === true) { (async () => { @@ -336,6 +338,7 @@ async function InlineEditing() { //const Data = JSON.parse('{"gameTitle": "Hyper[Fart]","bg": "#000","accent": "#007bff","secondary": "#","cardBg": "#313131","font": "","text": "#fff"}') const Data = JSON.parse('{"gameTitle":"Isolation: Brix High School","bg":"#0148af","accent":"#986c6a","secondary":"#b7d3f2","cardBg":"#313131","text":"#fff"}') async function GameProfiles(data) { + return data = Data document.querySelector('h1.my-0') .setAttribute('game-key', 'true'); diff --git a/settings.html b/settings.html index ab56f9d..0351f1b 100755 --- a/settings.html +++ b/settings.html @@ -494,6 +494,7 @@

EXPERIMENTAL SETTINGS

These features are a work in progress.


+

Inline Editing (disabled)