Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Oct 17, 2012
2 parents 6743193 + 6834eb7 commit 060d7af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/functions.js
Expand Up @@ -731,8 +731,10 @@ function setQuery(query)
{
if (codemirror_editor) {
codemirror_editor.setValue(query);
codemirror_editor.focus();
} else {
document.sqlform.sql_query.value = query;
document.sqlform.sql_query.focus();
}
}

Expand Down

0 comments on commit 060d7af

Please sign in to comment.