['name' => 'brazil', 'host' => 'brazil.cubedesigners.com', 'weight' => 2, 'region' => 'US'],
['name' => 'clockwork', 'host' => 'clockwork.cubedesigners.com', 'weight' => 2, 'region' => 'UE'],
['name' => 'dracula', 'host' => 'dracula.cubedesigners.com', 'weight' => 3, 'region' => 'UE'],
- ['name' => 'elephantman', 'host' => 'elephantman.cubedesigners.com', 'weight' => 1, 'region' => 'UE'],
+ ['name' => 'elephantman', 'host' => 'paris.cubedesigners.com', 'weight' => 1, 'region' => 'UE'],
['name' => 'fastandfurious', 'host' => 'fastandfurious.cubedesigners.com', 'weight' => 1, 'region' => 'UE'],
['name' => 'godzilla', 'host' => 'godzilla.cubedesigners.com', 'weight' => 3, 'region' => 'UE'],
['name' => 'her', 'host' => 'her2.cubedesigners.com', 'weight' => 4, 'region' => 'UE'],
r2.bottom < r1.top);
},
isfocusOnFormItem: function () {
- return $(document.activeElement).is('input[type="text"],input[type="email"],input[type="number"],input[type="tel"],textarea,select');
+ return $(document.activeElement).is('input[type="text"],input[type="email"],input[type="number"],input[type="tel"],,input[type="search"],textarea,select');
}
};