Skip to content

Commit

Permalink
Remove number-specific JS reference
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
Jonius7 committed Nov 1, 2021
1 parent 5199eeb commit 57f1497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js_tweaker.py
Expand Up @@ -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);'
}
Expand Down
4 changes: 2 additions & 2 deletions old_glory.py
Expand Up @@ -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)
Expand Down

0 comments on commit 57f1497

Please sign in to comment.