Skip to content

Commit

Permalink
ENGCOM-3587: [Backport] chore: remove unused code in admin view of ca…
Browse files Browse the repository at this point in the history
…talog #19447
  • Loading branch information
sivaschenko authored Nov 29, 2018
2 parents 65c9a58 + 8a8a596 commit d821363
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,26 +469,6 @@ define([
}
},

/**
* toggles Selects states (for IE) except those to be shown in popup
*/
/*_toggleSelectsExceptBlock: function(flag) {
if(Prototype.Browser.IE){
if (this.blockForm) {
var states = new Array;
var selects = this.blockForm.getElementsByTagName("select");
for(var i=0; i<selects.length; i++){
states[i] = selects[i].style.visibility
}
}
if (this.blockForm) {
for(i=0; i<selects.length; i++){
selects[i].style.visibility = states[i]
}
}
}
},*/

/**
* Close configuration window
*/
Expand Down

0 comments on commit d821363

Please sign in to comment.