Skip to content

Commit 26603b4

Browse files
committed
Possibly fix second case in issue #6
1 parent 64a48e9 commit 26603b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Lib/Webapp.ahk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
; AutoHotkey Tested Version: 1.1.31.01
1010
; Dev Platform: Windows 10 x64
1111
; Author: Joe DF | http://joedf.ahkscript.org | joedf@ahkscript.org
12-
; Date: 22:14 2019/12/11
13-
; Revision: 3
12+
; Date: 11:29 2019/12/12
13+
; Revision: 4
1414

1515
#NoEnv
1616
SetWorkingDir %A_ScriptDir%
@@ -141,6 +141,7 @@ class __Webapp_wb_events
141141
;blocked all navigation, we want our own stuff happening
142142
NavigateComplete2(wb, NewURL) {
143143
; wb.Stop() ;not needed in this one.
144+
gosub,__Webapp_JS_AHK_Attach ; ensure to reattach JS_AHK on each page load
144145
}
145146
DownloadComplete(wb, NewURL) {
146147
wb.Stop()

0 commit comments

Comments
 (0)