Merge branch 'QA_4_6'
Conflicts: po/id.po po/ru.po
This commit is contained in:
commit
9ee52d84f2
@ -45,6 +45,7 @@ phpMyAdmin - ChangeLog
|
||||
- issue #12423 Fixed replication status in database listing
|
||||
- issue #12433 Copy table with prefix does not copy the indexes
|
||||
- issue #12375 Search in database: Window content is not scrolling down when clicking first time on Browse link
|
||||
- issue #12346 SQL Editor textareas can have their size increased from the top, distorting the page view
|
||||
|
||||
4.6.3 (2016-06-23)
|
||||
- issue #12249 Fixed cookie path on Windows
|
||||
|
||||
@ -253,7 +253,7 @@ function PMA_getSQLEditor($textarea, options, resize, lintOptions) {
|
||||
}
|
||||
var handles = '';
|
||||
if (resize == 'vertical') {
|
||||
handles = 'n, s';
|
||||
handles = 's';
|
||||
}
|
||||
if (resize == 'both') {
|
||||
handles = 'all';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user