Skip to content

Commit eb2ce59

Browse files
committed
Fix #90
1 parent ba1e8aa commit eb2ce59

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/js/main.functions.js

+3
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ function runCode() {
144144
// User doesn't need to know where the file is
145145
setOutput(phpResponse.replace(new RegExp(' in ' + tmpFile, 'g'), ''));
146146
setBusy(false);
147+
148+
// Prevent link default (if returned output has links)
149+
preventLinkDefault();
147150
});
148151
}
149152

0 commit comments

Comments
 (0)