mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
Update helpers.js
This commit is contained in:
parent
4d2d4a7ca3
commit
fa60f66057
@ -1836,8 +1836,8 @@ window.launch_app = async (options)=>{
|
||||
// Add options.args to URL
|
||||
iframe_url.searchParams.append('puter.args', JSON.stringify(options.args ?? {}));
|
||||
|
||||
// ...and finally append urm_source=puter.com to the URL
|
||||
iframe_url.searchParams.append('urm_source', 'puter.com');
|
||||
// ...and finally append utm_source=puter.com to the URL
|
||||
iframe_url.searchParams.append('utm_source', 'puter.com');
|
||||
|
||||
el_win = UIWindow({
|
||||
element_uuid: uuid,
|
||||
|
Loading…
Reference in New Issue
Block a user