[DE] Remove all footnotes.

This commit is contained in:
Julia Radzhabova 2016-12-22 14:14:15 +03:00
parent 2387729e0c
commit 857d1ff790

View file

@ -2002,7 +2002,7 @@ define([
primary: 'yes',
callback: _.bind(function(btn) {
if (btn == 'yes') {
this.api.deleteFootnotes();
this.api.asc_RemoveAllFootnotes();
}
Common.NotificationCenter.trigger('edit:complete', this.toolbar);
}, this)