Fix Formatting in Examine window

This commit is contained in:
QuoteFox
2021-03-21 06:51:00 +00:00
parent 0d487e3eb9
commit acc67680a2
2 changed files with 2 additions and 7 deletions
@@ -427,10 +427,10 @@
output += "<br>...?"
else
. += "[print_flavor_text()]"
output += "<br>[url_encode(json_encode(flavor_text))]"
output += "<br>[url_encode(flavor_text)]"
if(ooc_text)
output += "<br><br><i><b>OOC</b>"
output += "<br>[url_encode(json_encode(ooc_text))]"
output += "<br>[url_encode(ooc_text)]"
SEND_SIGNAL(src, COMSIG_PARENT_EXAMINE, user, msg)
. += "*---------*</span>"
-5
View File
@@ -764,11 +764,6 @@ function remove_mobexamine() {
tab_change("Status");
}
function update_mobexamine(TC) {
turfcontents = JSON.parse(TC);
if(current_tab == "Examine")
draw_listedturf();
}
//turf