[DE] Remove all footnotes.
This commit is contained in:
parent
2387729e0c
commit
857d1ff790
|
@ -2002,7 +2002,7 @@ define([
|
||||||
primary: 'yes',
|
primary: 'yes',
|
||||||
callback: _.bind(function(btn) {
|
callback: _.bind(function(btn) {
|
||||||
if (btn == 'yes') {
|
if (btn == 'yes') {
|
||||||
this.api.deleteFootnotes();
|
this.api.asc_RemoveAllFootnotes();
|
||||||
}
|
}
|
||||||
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
|
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
|
||||||
}, this)
|
}, this)
|
||||||
|
|
Loading…
Reference in a new issue