Skip to content

Commit 23c56ae

Browse files
authored
ENGCOM-3521: chore: remove unused code in admin view of catalog #19332
2 parents 03a30a8 + 054525b commit 23c56ae

File tree

1 file changed

+0
-20
lines changed
  • app/code/Magento/Catalog/view/adminhtml/web/catalog/product/composite

1 file changed

+0
-20
lines changed

app/code/Magento/Catalog/view/adminhtml/web/catalog/product/composite/configure.js

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -469,26 +469,6 @@ define([
469469
}
470470
},
471471

472-
/**
473-
* toggles Selects states (for IE) except those to be shown in popup
474-
*/
475-
/*_toggleSelectsExceptBlock: function(flag) {
476-
if(Prototype.Browser.IE){
477-
if (this.blockForm) {
478-
var states = new Array;
479-
var selects = this.blockForm.getElementsByTagName("select");
480-
for(var i=0; i<selects.length; i++){
481-
states[i] = selects[i].style.visibility
482-
}
483-
}
484-
if (this.blockForm) {
485-
for(i=0; i<selects.length; i++){
486-
selects[i].style.visibility = states[i]
487-
}
488-
}
489-
}
490-
},*/
491-
492472
/**
493473
* Close configuration window
494474
*/

0 commit comments

Comments
 (0)