mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
linux cannot into the ..\\
This commit is contained in:
@@ -131,6 +131,7 @@ mob/verb/test()
|
||||
client << browse_rsc('bootstrap.min.css')
|
||||
client << browse_rsc('html_interface.css')
|
||||
client << browse_rsc('html_interface.js')
|
||||
client << browse_rsc('html_interface_icons.css')
|
||||
|
||||
/datum/html_interface/proc/createWindow(datum/html_interface_client/hclient)
|
||||
winclone(hclient.client, "window", "browser_\ref[src]")
|
||||
|
||||
@@ -35,7 +35,6 @@ The client is optional and may be a /mob, /client or /html_interface_client obje
|
||||
client << browse_rsc('uiBg.png')
|
||||
client << browse_rsc('uiBgcenter.png')
|
||||
client << browse_rsc('nanotrasen.css')
|
||||
client << browse_rsc('..\\html_interface_icons.css')
|
||||
|
||||
/datum/html_interface/nanotrasen/createWindow(datum/html_interface_client/hclient)
|
||||
. = ..() // we want the default window
|
||||
|
||||
Reference in New Issue
Block a user