bug #4642 phpmyadmin often fails to load due to specific load order
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
7de549b7f3
commit
bfdd89f63a
@ -14,6 +14,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #3794 failure to handle repeating empty columns when importing ODS
|
||||
- bug #4638 Default Export Method setting broken
|
||||
- bug #4639 Export SQL missing indentation first field
|
||||
- bug #4642 phpmyadmin often fails to load due to specific load order
|
||||
|
||||
4.3.1.0 (2014-12-08)
|
||||
- bug #4609 'Show all' checkbox label is not clickable
|
||||
|
||||
@ -556,6 +556,7 @@ var AJAX = {
|
||||
var script = document.createElement('script');
|
||||
script.type = 'text/javascript';
|
||||
script.src = url;
|
||||
script.async = false;
|
||||
head.appendChild(script);
|
||||
},
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user