Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1
This commit is contained in:
commit
0bce051173
@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog
|
||||
4.1.3.0 (not yet released)
|
||||
- bug #3938 PDFDefaultPageSize doc and easy configurability
|
||||
- bug #4198 Hovering over pie chart gives fatal JS error
|
||||
- bug #4200 Missing syntax highlighting
|
||||
|
||||
4.1.2.0 (2013-12-23)
|
||||
- bug #4178 Quick edit for BIT type does not work
|
||||
|
||||
@ -1273,6 +1273,7 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi
|
||||
if (typeof data.sql_query != 'undefined') {
|
||||
// display feedback
|
||||
$('#sqlqueryresults').prepend(data.sql_query);
|
||||
PMA_highlightSQL($('#result_query'));
|
||||
}
|
||||
// hide and/or update the successfully saved cells
|
||||
g.hideEditCell(true, data);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user