if (typeof ael !== 'undefined' && ael.length > 0) {
            for (i = 0; i < ael.length; i++) {
              ael[i].classList.add('looks-disabled');
            }
          }