1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

datepicker styling and tooltip delay reduced.

This commit is contained in:
Cameron
2021-02-09 11:40:42 -08:00
parent 5842e51f15
commit 4f4fee7fb2
3 changed files with 32 additions and 5 deletions

View File

@@ -129,8 +129,8 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
placement: placement,
container: 'body',
delay: {
show: 150,
hide: 700
show: 0,
hide: 600
}
});
});