bug #3591412 [status] Live charts don't work for non-default server
This commit is contained in:
parent
5df9bc26f7
commit
4163589b1c
@ -7,6 +7,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #3586389 [setup] Cannot switch language in /setup
|
||||
- bug #3585695 [CSS] Font size in inline query editor is way too big
|
||||
- bug #3588354 [l10n] Portuguese Language not displaying correctly
|
||||
- bug #3591412 [status] Live charts don't work for non-default server
|
||||
|
||||
3.5.4.0 (2012-11-16)
|
||||
- bug #3570212 [edit] uuid_short() is a no-arguments function
|
||||
|
||||
@ -334,6 +334,7 @@ $(function() {
|
||||
type: 'post',
|
||||
data: {
|
||||
'token' : window.parent.token,
|
||||
'server' : window.parent.server,
|
||||
'ajax_request' : true,
|
||||
'chart_data' : true,
|
||||
'type' : type
|
||||
|
||||
Loading…
Reference in New Issue
Block a user