mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Sieve test connection
This commit is contained in:
parent
b563528be7
commit
63a286a6b6
5 changed files with 88 additions and 12 deletions
7
dev/External/ko.js
vendored
7
dev/External/ko.js
vendored
|
|
@ -114,6 +114,13 @@
|
|||
else
|
||||
{
|
||||
$(oElement).data('tooltip3-data', sValue).tooltip('show');
|
||||
|
||||
_.delay(function () {
|
||||
if ($(oElement).is(':visible'))
|
||||
{
|
||||
$(oElement).tooltip('show');
|
||||
}
|
||||
}, 100);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue