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',
|
primary: 'yes',
|
||||||
callback: _.bind(function(btn, dontshow){
|
callback: _.bind(function(btn, dontshow){
|
||||||
if (btn == 'yes') {
|
if (btn == 'yes') {
|
||||||
this.api.asc_resetToDefaultAutoCorrectMathSymbols();
|
this.api.asc_resetToDefaultAutoCorrectMathFunctions();
|
||||||
this.onResetRecList();
|
this.onResetRecList();
|
||||||
}
|
}
|
||||||
}, this)
|
}, this)
|
||||||
|
|
Loading…
Reference in a new issue