Conversation
supportThere’s a bracket missing in the Javascript for the full page refresh option. To fix, replace line 1165 of live-blogging-plus.php : . esc_attr(get_option('liveblogging_timed_update_freq', 25)) * 1000 . '; with: . esc_attr(get_option('liveblogging_timed_update_freq', 25)) * 1000 . '); https://wordpress.org/plugins/live-blogging-plus/
Thanks for this fix!
Thanks for this fix!