forked from Wavyzz/dolibarr
NEW No auto open keyboard on smartphone when opening list of columns
This commit is contained in:
@@ -165,7 +165,6 @@ if (!defined('JS_JQUERY_DISABLE_DROPDOWN')) {
|
||||
// Click onto the link "link to" or "hamburger", toggle dropdown
|
||||
$(document).on(\'click\', \'.dropdown dt a\', function () {
|
||||
console.log("toggle dropdown dt a");
|
||||
setTimeout(() => { $(\'.inputsearch_dropdownselectedfields\').focus(); }, 200);
|
||||
|
||||
//$(this).parent().parent().find(\'dd ul\').slideToggle(\'fast\');
|
||||
$(".ulselectedfields").removeClass("open");
|
||||
|
||||
Reference in New Issue
Block a user