mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Properly encode NanoUI JSON...
This is right, not the last fix. The '+' in BYOND scientific notation was becoming a space.
This commit is contained in:
@@ -314,7 +314,7 @@
|
||||
var/list/send_data = get_send_data(data) // Get the data to send.
|
||||
|
||||
// Send the new data to the recieveUpdate() Javascript function.
|
||||
user << output(JSON.stringify(send_data), "[window_id].browser:receiveUpdate")
|
||||
user << output(url_encode(JSON.stringify(send_data)), "[window_id].browser:receiveUpdate")
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user