mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 19:26:43 +01:00
actual run --browser instead of just optimized technotunnel
This commit is contained in:
@@ -5,6 +5,7 @@ let events = new EventSource('events');
|
||||
events.onmessage = event => {
|
||||
console.log(event.data);
|
||||
if(event.data == 'L') {
|
||||
uw8.runModuleFromURL('cart');
|
||||
uw8.runModuleFromURL('cart', true);
|
||||
}
|
||||
};
|
||||
};
|
||||
uw8.runModuleFromURL('cart', true);
|
||||
|
||||
Reference in New Issue
Block a user