mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
remove old inputs (#17008)
This commit is contained in:
@@ -425,7 +425,7 @@
|
||||
|
||||
if(href_list["write"])
|
||||
var/id = href_list["write"]
|
||||
//var/t = strip_html_simple(input(usr, "What text do you wish to add to " + (id=="end" ? "the end of the paper" : "field "+id) + "?", "[name]", null),8192) as message
|
||||
//var/t = strip_html_simple(tgui_input_text(usr, "What text do you wish to add to " + (id=="end" ? "the end of the paper" : "field "+id) + "?", "[name]", null, multiline=TRUE),8192)
|
||||
|
||||
if(free_space <= 0)
|
||||
to_chat(usr, span_info("There isn't enough space left on \the [src] to write anything."))
|
||||
|
||||
Reference in New Issue
Block a user