[SSE] Fix slicer settings

This commit is contained in:
Julia Radzhabova 2020-08-17 10:41:46 +03:00
parent 2a5d8a9c2c
commit 1c297647d6

View file

@ -264,7 +264,7 @@ define([
this.radioAsc = new Common.UI.RadioBox({
el: $('#slicer-radio-asc'),
name: 'asc-radio-sliceradv-sort',
name: 'asc-radio-slicer-sort',
labelText: this.textAsc + ' (' + this.textAZ + ')',
checked: true
});
@ -281,7 +281,7 @@ define([
this.radioDesc = new Common.UI.RadioBox({
el: $('#slicer-radio-desc'),
name: 'asc-radio-sliceradv-sort',
name: 'asc-radio-slicer-sort',
labelText: this.textDesc + ' (' + this.textZA + ')',
checked: false
});