$deleteButton.click(function() {
                    $(this).parent().remove();
                    var setList = JSON.stringify($("#title-sorting").sortable("toArray"));
                    window.api.post("prefs/set", {name: "titleOrder", value:setList}, function() {});
                });