1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 19:44:00 +02:00

Rename version file

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@954 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2009-07-31 06:22:48 +00:00
parent c030c16322
commit 5be15059e7
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ function toggle(id) {
function verify_version() {
document.cookie = 'adminer_version=0';
var script = document.createElement('script');
script.src = 'https://adminer.svn.sourceforge.net/svnroot/adminer/trunk/released.js';
script.src = 'https://adminer.svn.sourceforge.net/svnroot/adminer/trunk/version.js';
document.body.appendChild(script);
}