We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdded28 commit c1bb15aCopy full SHA for c1bb15a
1 file changed
client/karma.js
@@ -32,7 +32,9 @@ var Karma = function (socket, iframe, opener, navigator, location) {
32
childWindow = opener('about:blank')
33
}
34
childWindow.location = url
35
- reloadingContext = false
+ childWindow.onLoad = function () {
36
+ reloadingContext = false
37
+ }
38
} else {
39
iframe.src = url
40
iframe.onLoad = function () {
0 commit comments