Recreate form automatically

This commit is contained in:
Pierre HUBERT 2020-04-03 20:32:47 +02:00
parent b0e5acc92c
commit c5965b5a79

View File

@ -209,6 +209,10 @@ class EmojiesSection {
cb() cb()
// Recreate form
box.remove();
this.AddUploadForm(target, cb);
} catch(e) { } catch(e) {
console.error(e); console.error(e);
notify("Could not upload new emoji!", "danger"); notify("Could not upload new emoji!", "danger");