Merge branch 'master' into rte
This commit is contained in:
commit
d8da233e0c
@ -22,6 +22,7 @@
|
||||
- bug #3307616 [edit] Inline edit updates multiple duplicate rows
|
||||
- patch #3311539 [edit] Inline edit does not escape backslashes
|
||||
- bug #3313210 [interface] Columns class sometimes changed for nothing
|
||||
- patch #3313326 [interface] Some tooltips do not disappear
|
||||
|
||||
3.4.2.0 (2011-06-07)
|
||||
- bug #3301249 [interface] Iconic table operations does not remove inline edit label
|
||||
|
||||
@ -1989,7 +1989,7 @@ $(document).ready(function() {
|
||||
$(this).qtip({
|
||||
content: tooltip_text,
|
||||
show: { delay: 0 },
|
||||
hide: { when: 'unfocus', delay: 0 },
|
||||
hide: { delay: 1000 },
|
||||
style: { background: '#ffffcc' }
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user