Skip to content

Commit

Permalink
Merge branch 'fix_query_divider_bug'
Browse files Browse the repository at this point in the history
  • Loading branch information
yoichiro committed Nov 12, 2014
2 parents 8c045b7 + 9d57e4e commit c8b3954
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Chrome MySQL Admin",
"short_name": "MyAdmin",
"description": "This application provides you 'MySQL GUI Admin console' windows.",
"version": "2.22.0",
"version": "2.22.1",
"author": "Yoichiro Tanaka",
"app": {
"background": {
Expand Down

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions app/styles/window.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ body {
}

.queryMiddlePanel .dropdown-menu {
width: 570px;
height: 250px;
overflow: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion app/window.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<script type="text/javascript" src="scripts/lib/sha1.js"></script>
<!-- endbuild -->
<script type="text/javascript" src="scripts/lib/forge.min.js"></script>
<script type="text/javascript" src="scripts/lib/mysql_js_driver_1.9.0.min.js"></script>
<script type="text/javascript" src="scripts/lib/mysql_js_driver_1.9.1.min.js"></script>

<script type="text/javascript" src="scripts/lib/ace-builds/src-min-noconflict/ace.js"></script>
<script type="text/javascript" src="scripts/lib/ace-builds/src-min-noconflict/ext-language_tools.js"></script>
Expand Down

0 comments on commit c8b3954

Please sign in to comment.