mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-25 21:39:21 +00:00
Recreate form automatically
This commit is contained in:
parent
b0e5acc92c
commit
c5965b5a79
@ -209,6 +209,10 @@ class EmojiesSection {
|
||||
|
||||
cb()
|
||||
|
||||
// Recreate form
|
||||
box.remove();
|
||||
this.AddUploadForm(target, cb);
|
||||
|
||||
} catch(e) {
|
||||
console.error(e);
|
||||
notify("Could not upload new emoji!", "danger");
|
||||
|
Loading…
Reference in New Issue
Block a user