Notice
Due to my mistake of making
A lot of people are getting error compiling layers, or are missing free_text components.
To fix, change:
to
and if you have
(which you would if you did the update journal component), get rid of it.
however, as soon as this latest update goes through, you'll need to change it back...
function print_free_text(Page p) {
A lot of people are getting error compiling layers, or are missing free_text components.
To fix, change:
function print_free_text();
to
function print_free_text(Page p);
and if you have
var Page p = get_page();
(which you would if you did the update journal component), get rid of it.
however, as soon as this latest update goes through, you'll need to change it back...
