From 3859b65affc4d8a8b2522c6b91f31356baf17153 Mon Sep 17 00:00:00 2001 From: Benjam Date: Fri, 15 Oct 2010 05:56:04 -0400 Subject: [PATCH] Two inline edit links appear when parameter ModifyDeleteAtRight set to true --- js/sql.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/sql.js b/js/sql.js index d640c4bed..b95418bf9 100644 --- a/js/sql.js +++ b/js/sql.js @@ -83,7 +83,7 @@ function appendInlineAnchor(disp_mode) { .text(PMA_messages['strInlineEdit']) .prepend($img_object); - $(this).siblings('.where_clause') + $(this).nextAll('.where_clause:eq(0)') .before($cloned_anchor); });