Reloading the last saved state no longer works

[ad_1]

Hi there @apogi @doekenorg

Nice plugin but I just wanted to note that reloading the last saved state is no longer working due to chrome deprecating DOMSubtreeModified: https://developer.chrome.com/blog/mutation-events-deprecation

It would be amazing if an update to this was possible!

Cheers,

        $list.on('DOMSubtreeModified', function () {
if (!updating) {
// Prevent endless loop. If we aren't updating don't trigger this event.
return;
}

// If the list is empty, we wait for it to fill up.
if ($list.find('li').length > 0) {
updating = false;
setListOrder($export_form.val(), $list);
}
});

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer