The branch, master has been updated via 3859b65affc4d8a8b2522c6b91f31356baf17153 (commit) from 75fd4ba212af4af9ea3cd54d641c6c6281c05f53 (commit)
- Log ----------------------------------------------------------------- commit 3859b65affc4d8a8b2522c6b91f31356baf17153 Author: Benjam benjamwelker@users.sourceforge.net Date: Fri Oct 15 05:56:04 2010 -0400
Two inline edit links appear when parameter ModifyDeleteAtRight set to true
-----------------------------------------------------------------------
Summary of changes: js/sql.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/js/sql.js b/js/sql.js index d640c4b..b95418b 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); });
hooks/post-receive