Merge remote-tracking branch 'origin/QA_4_0' into QA_4_0

This commit is contained in:
Weblate 2013-09-26 20:37:17 +02:00
commit bc5a6d9092
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ phpMyAdmin - ChangeLog
- bug #4102 ALTER TABLE ORDER BY and InnoDB
- bug #4103 Tracking report: cannot delete a statement
- bug #3996 Drizzle navigation doesn't expand
- bug #4074 GIS column editor: point not displayed
4.0.7.0 (2013-09-23)
- bug #3993 Sorting in database overview with statistics doesn't work

View File

@ -16,7 +16,7 @@ var defaultY = 0;
// Variables
var x;
var y;
var scale;
var scale = 1;
var svg;