Merge remote-tracking branch 'origin/master'

This commit is contained in:
Pootle server 2011-06-10 20:40:08 +02:00
commit 8629a023ec
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -2029,7 +2029,7 @@ $(document).ready(function() {
$(this).qtip({
content: tooltip_text,
show: { delay: 0 },
hide: { when: 'unfocus', delay: 0 },
hide: { delay: 1000 },
style: { background: '#ffffcc' }
});
});