Change default wasm path to /

This commit is contained in:
Frank A. Krueger 2018-03-14 13:09:25 -07:00
parent afad957520
commit e64c275a79
No known key found for this signature in database
GPG Key ID: 0471C67474FFE664
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ var WebAssemblyApp = {
wasmSession = sessionId;
if (!!this.ooui_StartWebAssemblySession_method) {
var initialSize = getSize ();
MonoRuntime.call_method (this.ooui_StartWebAssemblySession_method, null, [MonoRuntime.mono_string (sessionId), MonoRuntime.mono_string (""), MonoRuntime.mono_string (Math.round(initialSize.width) + " " + Math.round(initialSize.height))]);
MonoRuntime.call_method (this.ooui_StartWebAssemblySession_method, null, [MonoRuntime.mono_string (sessionId), MonoRuntime.mono_string ("/"), MonoRuntime.mono_string (Math.round(initialSize.width) + " " + Math.round(initialSize.height))]);
}
} catch (e) {
console.error(e);