Skip to content

Commit

Permalink
Merge pull request #1059 from anhskohbo/patch-2
Browse files Browse the repository at this point in the history
Fixed #1058
  • Loading branch information
jtsternberg committed Nov 27, 2017
2 parents e2ffa07 + 389e84b commit 41582ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/cmb2.js
Expand Up @@ -478,7 +478,7 @@ window.CMB2 = window.CMB2 || {};
}
else {
// Row indexes are at the very end of the string.
newName = oldName ? cmb.replaceLast( oldName, '['+ prevNum +'][', '['+ cmb.idNumber +'][' ) : '';
newName = oldName ? cmb.replaceLast( oldName, '['+ prevNum +']', '['+ cmb.idNumber +']' ) : '';
newID = oldID ? cmb.replaceLast( oldID, '_'+ prevNum, '_'+ cmb.idNumber ) : '';
}

Expand Down

0 comments on commit 41582ac

Please sign in to comment.