From: Jakub Vrana Date: Wed, 27 Mar 2013 01:31:03 +0000 (-0700) Subject: Allow loading more data with inline edit (bug #3605531) X-Git-Tag: v3.6.4~47 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=f43ef7b08395537af1552c18e816d13aac3f2b3f;p=adminer.git Allow loading more data with inline edit (bug #3605531) --- 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)