We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a2849 commit f92fa27Copy full SHA for f92fa27
BusEngine/Data/index.html
@@ -13,6 +13,7 @@
13
element.innerText = 'Выход произошёл!';
14
setTimeout(function() {
15
element.innerText = window.navigator.userAgent + ' ' + window.navigator.appName + ' ' + window.navigator.platform;
16
+ CefSharp.PostMessage('Exit');
17
}, 2000);
18
}
19
});
0 commit comments