Skip to content

Commit af06523

Browse files
committed
Fix integration script error
1 parent 827d7db commit af06523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devdocs-macos/user-scripts/integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
window.matchMedia = patcher;
88

99
var afterInit = function() {
10-
if (app && app.settings) {
10+
if (window.app && window.app.settings) {
1111
window.matchMedia = original;
1212
window.webkit.messageHandlers.vcBus.postMessage({ type: 'afterInit' });
1313
} else {

0 commit comments

Comments
 (0)