From f43ef7b08395537af1552c18e816d13aac3f2b3f Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 26 Mar 2013 18:31:03 -0700 Subject: [PATCH] Allow loading more data with inline edit (bug #3605531) --- adminer/static/functions.js | 10 ++++------ changes.txt | 1 + 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/adminer/static/functions.js b/adminer/static/functions.js index fc2a8113..e15a3301 100644 --- a/adminer/static/functions.js +++ b/adminer/static/functions.js @@ -502,12 +502,10 @@ function selectLoadMore(a, limit, loading) { if (href) { a.removeAttribute('href'); return ajax(href, function (request) { - document.getElementById('table').innerHTML += request.responseText; - var rows = 0; - request.responseText.replace(/(^|\n)