[MIRROR] Fixes game panel href token (#2898)

* Fixes game panel href token

* wew
This commit is contained in:
CitadelStationBot
2017-09-23 00:30:09 -05:00
committed by Poojawa
parent 91fd8f7132
commit 518e04a653
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -6,4 +6,4 @@
create_turf_html = file2text('html/create_object.html')
create_turf_html = replacetext(create_turf_html, "null /* object types */", "\"[turfjs]\"")
user << browse(replacetext(create_turf_html, "/* ref src */", "\ref[src];[HrefToken()]"), "window=create_turf;size=425x475")
user << browse(create_panel_helper(create_turf_html), "window=create_turf;size=425x475")