Skip to content

Commit

Permalink
quick fix to make interactive control reference compatible with Chrom…
Browse files Browse the repository at this point in the history
…e 57
  • Loading branch information
jboecker committed Mar 12, 2017
1 parent 2d7c3a3 commit f9cf4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/DCS-BIOS/doc/js/chrome-extension-background.js
@@ -1,3 +1,3 @@
chrome.app.runtime.onLaunched.addListener(function() {
window.open("control-reference.html");
chrome.app.window.create("control-reference.html");
});

0 comments on commit f9cf4b1

Please sign in to comment.