mirror of
https://github.com/vrana/adminer.git
synced 2025-08-14 02:23:59 +02:00
Schema in Chrome (bug #2947938)
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1304 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -394,6 +394,6 @@ function schemaMouseup(ev) {
|
||||
for (var key in tablePos) {
|
||||
s += '_' + key + ':' + Math.round(tablePos[key][0] * 10000) / 10000 + 'x' + Math.round(tablePos[key][1] * 10000) / 10000;
|
||||
}
|
||||
document.cookie = 'adminer_schema=' + encodeURIComponent(s.substr(1)) + '; expires=' + date + '; path=' + location.pathname + location.search;
|
||||
document.cookie = 'adminer_schema=' + encodeURIComponent(s.substr(1)) + '; expires=' + date + '; path="' + location.pathname + location.search + '"';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user