We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03a30a8 + 054525b commit 23c56aeCopy full SHA for 23c56ae
app/code/Magento/Catalog/view/adminhtml/web/catalog/product/composite/configure.js
@@ -469,26 +469,6 @@ define([
469
}
470
},
471
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
485
- for(i=0; i<selects.length; i++){
486
- selects[i].style.visibility = states[i]
487
488
489
490
- },*/
491
-
492
/**
493
* Close configuration window
494
*/
0 commit comments