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:
Madhura Jayaratne 2014-12-12 14:01:05 +05:30
parent 7de549b7f3
commit bfdd89f63a
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -556,6 +556,7 @@ var AJAX = {
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = url;
script.async = false;
head.appendChild(script);
},
/**