Convert multi shuttle UI's to NanoUI

This commit is contained in:
Markolie
2015-07-28 04:39:00 +02:00
parent b39a775164
commit 56989c8fbd
8 changed files with 159 additions and 84 deletions

View File

@@ -392,6 +392,8 @@ nanoui is used to open and update nano browser uis
* @return nothing
*/
/datum/nanoui/proc/open()
if(!user.client)
return
var/window_size = ""
if (width && height)
window_size = "size=[width]x[height];"