Changed all relative paths to absolute (#31078)

This commit is contained in:
DamianX
2021-10-18 23:28:55 +02:00
committed by GitHub
parent 3102fe388a
commit a4438724c9
185 changed files with 1542 additions and 2394 deletions

View File

@@ -38,7 +38,7 @@ callback_args - arguments for callback function
Be sure to include required js functions in your page, or it'll raise an exception.
*/
proc/send_byjax(receiver, control_id, target_element, new_content=null, callback=null, list/callback_args=null)
/proc/send_byjax(receiver, control_id, target_element, new_content=null, callback=null, list/callback_args=null)
if(receiver && target_element && control_id) // && winexists(receiver, control_id))
var/list/argums = list(target_element, new_content)
if(callback)