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:
@@ -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 '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user