Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Aug 17, 2013
2 parents a715d84 + 292097c commit 6a052f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/server_status_monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,8 @@ AJAX.registerOnload('server_status_monitor.js', function() {
var query = rowData.argument || rowData.sql_text;

if (codemirror_editor) {
query = PMA_SQLPrettyPrint(query);
//TODO: somehow PMA_SQLPrettyPrint messes up the query, needs be fixed
//query = PMA_SQLPrettyPrint(query);
codemirror_editor.setValue(query);
// Codemirror is bugged, it doesn't refresh properly sometimes.
// Following lines seem to fix that
Expand Down

0 comments on commit 6a052f2

Please sign in to comment.