Fixed paper. Calls updateinfolinks() after populating the fields, instead of before.

This commit is contained in:
Andrew O'Rourke
2017-09-12 23:31:48 +01:00
parent fdca509b74
commit 6bc33bd2a1
+1 -1
View File
@@ -279,9 +279,9 @@
addtofield(text2num(id), t) // He wants to edit a field, let him.
else
info += t // Oh, he wants to edit to the end of the file, let him.
updateinfolinks()
populatefields()
updateinfolinks()
i.on_write(src,usr)