Corretto bug clausola metafore
This commit is contained in:
parent
864c368c10
commit
f2d617d23d
|
@ -848,6 +848,9 @@ $(document).ready(function() {
|
||||||
cloneLI = cloneLI.outerHTML.replace(/xX1Xx/g, tabID)
|
cloneLI = cloneLI.outerHTML.replace(/xX1Xx/g, tabID)
|
||||||
cloneLI = cloneLI.replace(/xX2Xx/g, claText)
|
cloneLI = cloneLI.replace(/xX2Xx/g, claText)
|
||||||
cloneLI = cloneLI.replace(/xX3Xx"/g, tabID + '" ' + checkInsert)
|
cloneLI = cloneLI.replace(/xX3Xx"/g, tabID + '" ' + checkInsert)
|
||||||
|
if (checkInsert == ' disabled') {
|
||||||
|
cloneLI = cloneLI.replace(/claCollBtn/g, "claCollBtn " + checkInsert);
|
||||||
|
};
|
||||||
$(sortableId).append($(cloneLI)[0]);
|
$(sortableId).append($(cloneLI)[0]);
|
||||||
if (toExpand == 1){
|
if (toExpand == 1){
|
||||||
$("#claCollapse" + tabID).focus();
|
$("#claCollapse" + tabID).focus();
|
||||||
|
|
Loading…
Reference in New Issue