From e2747df783984564cb70994ef16fdecca6e72167 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 30 May 2023 15:24:02 +0200 Subject: [PATCH] wait #5961 @0:10 --- app/Fluidbook/Farm.php | 2 +- resources/linkeditor/js/linkeditor.utils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Fluidbook/Farm.php b/app/Fluidbook/Farm.php index da1df597c..414f194df 100644 --- a/app/Fluidbook/Farm.php +++ b/app/Fluidbook/Farm.php @@ -17,7 +17,7 @@ class Farm ['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'], diff --git a/resources/linkeditor/js/linkeditor.utils.js b/resources/linkeditor/js/linkeditor.utils.js index d66a21fdb..215c8c9f2 100644 --- a/resources/linkeditor/js/linkeditor.utils.js +++ b/resources/linkeditor/js/linkeditor.utils.js @@ -143,7 +143,7 @@ LinkeditorUtils.prototype = { 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'); } }; -- 2.39.5