JS that makes IE crash…

  1. cfg.context = function(configId) {
  2.   if (configId === undefined) {
  3.     return $('.hierarchical-select-config-form');
  4.   }
  5.   else {
  6.     return $('#hierarchical-select-config-form-'+ configId);
  7.   }
  8. };