- Got rid of the browser tab

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3834 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2012-06-15 18:16:42 +00:00
parent a80a08f457
commit 21f99dd0c5
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ var/list/obj/machinery/requests_console/allConsoles = list()
else
dat += text("Speaker <A href='?src=\ref[src];setSilent=1'>ON</A>")
user << browse("[dat]", "")
user << browse("[dat]", "window=request_console")
onclose(user, "req_console")
return
+1 -1
View File
@@ -188,7 +188,7 @@
if (product_slogans != "")
dat += "The speaker switch is [src.shut_up ? "off" : "on"]. <a href='?src=\ref[src];togglevoice=[1]'>Toggle</a>"
user << browse(dat, "")
user << browse(dat, "window=vending")
onclose(user, "")
return