1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-14 02:23:59 +02:00

Ajax reload with POST data

This commit is contained in:
Jakub Vrana
2011-03-12 00:20:27 +01:00
parent d3609817a1
commit f6e29f78f6
3 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
// Editor specific functions
function bodyLoad(version) {
if (history.state) {
onpopstate(history);
}
}