Fix review pending properties

This commit is contained in:
Hoang Huu
2020-03-17 09:07:47 +07:00
parent fd32c80478
commit 747f15662b
2 changed files with 29 additions and 3 deletions

View File

@@ -515,12 +515,13 @@ jQuery( document ).ready( function ( $ ) {
'min': [ min ],
'max': [ max ]
},
step: 0.1,
connect: true,
start: istart,
format: nummm,
direction: opalesateJS.rtl == 'true' ? 'rtl' : 'ltr',
} );
slider.noUiSlider.on( 'update', function ( values, handle ) {
var val = values[ handle ];
if ( handle == 0 ) {