It’s possible that the plugin is conflicting either with jQuery 3 or your custom theme. Either way I will check it out when I’m back.
Bump for friendly reminder :)
I will have some spare time next week.
Share your board URL please.
Open inc/plugins/autosavedrafts.php, line 681, replace:
jQuery(window).load(function()
with:
$(document).ready(function()
The plugin is indeed very old, but will get an update as soon as possible. This will also fix
Uncaught TypeError: this.atwho is not a function.
Open inc/plugins/autosavedrafts.php, line 681, replace:
jQuery(window).load(function()
with:
$(document).ready(function()
The plugin is indeed very old, but will get an update as soon as possible. This will also fix Uncaught TypeError: this.atwho is not a function.
Thanks that worked!
And where should I go to replace the lines for QuickReferences? I could not find jQuery(window).load(function()
in inc/plugins/quickreferences.php
QuickReferences was blocked by Drafts AutoSave, it should work out of the box now that Drafts AutoSave's issue has been resolved.