From 57f149782fbc07c0cead21b4dc76c6322115683a Mon Sep 17 00:00:00 2001 From: Jonius7 Date: Tue, 2 Nov 2021 08:23:34 +1000 Subject: [PATCH] Remove number-specific JS reference bump version --- js_tweaker.py | 4 ++-- old_glory.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js_tweaker.py b/js_tweaker.py index f557341..c808174 100644 --- a/js_tweaker.py +++ b/js_tweaker.py @@ -18,11 +18,11 @@ if OS_TYPE == "Windows": import winreg -swap_js = {'5:"libraryroot"': '5:"libraryreet"', +swap_js = {':"libraryroot"': ':"libraryreet"', #'h=m.nTop,': 'h = (t.children[0] && t.children[0].childNodes[0] && t.children[0].childNodes[0].childNodes[0] && t.children[0].childNodes[0].childNodes[0].classList && t.children[0].childNodes[0].childNodes[0].classList.contains("gamelistentry_HoverOverlay_3cMVy") && t.children[0].childNodes[0].childNodes[0].classList.contains("gamelistentry_Container_2-O4Z")) || (t.children[0].classList && t.children[0].classList.contains("gamelistentry_FriendStatusHover_2iiN7")) ? m.nTop * 0.75 : m.nTop,' #'([a-z])=([a-z]).slice\(0,6\);': '\\1=\\2.slice(0,12);' } -swapback_js = {'5:"libraryreet"': '5:"libraryroot"', +swapback_js = {':"libraryreet"': ':"libraryroot"', #'h = (t.children[0] && t.children[0].childNodes[0] && t.children[0].childNodes[0].childNodes[0] && t.children[0].childNodes[0].childNodes[0].classList && t.children[0].childNodes[0].childNodes[0].classList.contains("gamelistentry_HoverOverlay_3cMVy") && t.children[0].childNodes[0].childNodes[0].classList.contains("gamelistentry_Container_2-O4Z")) || (t.children[0].classList && t.children[0].classList.contains("gamelistentry_FriendStatusHover_2iiN7")) ? m.nTop * 0.75 : m.nTop,': 'h=m.nTop,' #'([a-z])=([a-z]).slice\(0,12\);': '\\1=\\2.slice(0,6);' } diff --git a/old_glory.py b/old_glory.py index f5337d9..5cb0aa2 100644 --- a/old_glory.py +++ b/old_glory.py @@ -25,8 +25,8 @@ class OldGloryApp(tk.Tk): def __init__(self, *args, **kwargs): - self.version = "v0.9.11.2" - self.release = "5.7.4" + self.version = "v0.9.11.4" + self.release = "5.7.4.1" ### Window Frame tk.Tk.__init__(self, *args, **kwargs)