diff --git a/changes.txt b/changes.txt index 257ea303..6f57ba2c 100644 --- a/changes.txt +++ b/changes.txt @@ -3,6 +3,7 @@ Connection through socket by server :/path/to/socket Display execution time in SQL query Version checker Separate JavaScript functions +Always use the default style before the external one phpMinAdmin 1.10.1: Highlight odd and hover rows diff --git a/functions.js b/functions.js index d82f24f6..684fdcf9 100644 --- a/functions.js +++ b/functions.js @@ -9,7 +9,7 @@ function toggle(id) { function check_version(version) { document.cookie = 'phpMinAdmin_version=0'; var script = document.createElement('script'); - script.src = 'http://phpminadmin.sourceforge.net/version.php?version=' + version; + script.src = 'http://www.phpminadmin.net/version.php?version=' + version; document.body.appendChild(script); } diff --git a/include/design.inc.php b/include/design.inc.php index 2e1d90fc..0e208d6e 100644 --- a/include/design.inc.php +++ b/include/design.inc.php @@ -61,7 +61,7 @@ function page_footer($missing = false) {