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

Simplify load more data buffering

This commit is contained in:
Jakub Vrana
2012-09-07 00:51:43 -07:00
parent b7f1d56fe0
commit 09d81ffee9
2 changed files with 3 additions and 9 deletions

View File

@@ -929,10 +929,3 @@ var timeout = setTimeout(function () {
}
return array_keys($return);
}
/** Callback registered to erase output buffer in AJAX calls
* @return string
*/
function clean_output() {
return '';
}