Fix recognized functions
This commit is contained in:
parent
e47e9b38c8
commit
2f2c98436a
|
@ -558,7 +558,7 @@ define([ 'text!common/main/lib/template/AutoCorrectDialog.template',
|
|||
primary: 'yes',
|
||||
callback: _.bind(function(btn, dontshow){
|
||||
if (btn == 'yes') {
|
||||
this.api.asc_resetToDefaultAutoCorrectMathSymbols();
|
||||
this.api.asc_resetToDefaultAutoCorrectMathFunctions();
|
||||
this.onResetRecList();
|
||||
}
|
||||
}, this)
|
||||
|
|
Loading…
Reference in a new issue