Fixed bug #3441572 - 'newer version of phpMyAdmin' message not shown in IE8
This commit is contained in:
@@ -19,6 +19,7 @@ phpMyAdmin - ChangeLog
|
|||||||
- bug #3439292 [core] Fail to synchronize column with name of keyword
|
- bug #3439292 [core] Fail to synchronize column with name of keyword
|
||||||
- bug #3425156 [interface] Add column after drop
|
- bug #3425156 [interface] Add column after drop
|
||||||
- [interface] Avoid showing the password in phpinfo()'s output
|
- [interface] Avoid showing the password in phpinfo()'s output
|
||||||
|
- bug #3441572 [GUI] 'newer version of phpMyAdmin' message not shown in IE8
|
||||||
|
|
||||||
3.4.7.1 (2011-11-10)
|
3.4.7.1 (2011-11-10)
|
||||||
- [security] Fixed possible local file inclusion in XML import
|
- [security] Fixed possible local file inclusion in XML import
|
||||||
|
@@ -2273,15 +2273,7 @@ $(document).ready(function() {
|
|||||||
* Load version information asynchronously.
|
* Load version information asynchronously.
|
||||||
*/
|
*/
|
||||||
if ($('.jsversioncheck').length > 0) {
|
if ($('.jsversioncheck').length > 0) {
|
||||||
(function() {
|
$.getScript('http://www.phpmyadmin.net/home_page/version.js', PMA_current_version);
|
||||||
var s = document.createElement('script');
|
|
||||||
s.type = 'text/javascript';
|
|
||||||
s.async = true;
|
|
||||||
s.src = 'http://www.phpmyadmin.net/home_page/version.js';
|
|
||||||
s.onload = PMA_current_version;
|
|
||||||
var x = document.getElementsByTagName('script')[0];
|
|
||||||
x.parentNode.insertBefore(s, x);
|
|
||||||
})();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user