haciendo el comparador del backend

This commit is contained in:
jaimejimenezortega
2024-03-26 21:26:42 +01:00
parent 848bf90a6e
commit a35dfff298
6 changed files with 74564 additions and 38 deletions

View File

@ -2977,7 +2977,7 @@ function clear_lp_rot_bn(clear_selectors){
$(".lp-rot-bn-input" ).val("0")
$("#lp_rot_bn_paginas" ).val(pags)
if(clear_selectors)
$( ".lp-rotbn-select").empty()
$( ".lp-rot-bn-select").empty()
}
@ -3324,7 +3324,7 @@ function clear_lp_rot_color(clear_selectors){
$(".lp-rot-color-input" ).val("0")
$("#lp_rot_color_paginas" ).val(pags)
if(clear_selectors)
$( ".lp-rotcolor-select").empty()
$( ".lp-rot-color-select").empty()
}