Skip to content

Commit

Permalink
Update js/mage/adminhtml/form.js
Browse files Browse the repository at this point in the history
Removed extra semicolon
  • Loading branch information
kiatng authored Mar 2, 2024
1 parent 7338280 commit 1dbd44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/mage/adminhtml/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ FormElementDependenceController.prototype = {
*/
trackChange : function(e, idTo, valuesFrom)
{
var ele = document.getElementById(idTo), cnf = this._config;;
var ele = document.getElementById(idTo), cnf = this._config;
if (!ele) {
idTo = 'row_' + idTo;
ele = $(idTo);
Expand Down

0 comments on commit 1dbd44c

Please sign in to comment.