Skip to content

Commit 1ff6f02

Browse files
committed
Fix hybridgroup#35 by correctly calling QTApi. So sensitive...
1 parent 6e201f6 commit 1ff6f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function startRun() {
7474
}
7575

7676
function stopRun() {
77-
QTApi["stopRuby()"];
77+
QTApi["stopRuby()"]();
7878
}
7979

8080
function setRunButtonToStop() {

0 commit comments

Comments
 (0)