Two inline edit links appear when parameter ModifyDeleteAtRight set to true

This commit is contained in:
Benjam
2010-10-15 05:56:04 -04:00
committed by Marc Delisle
parent 75fd4ba212
commit 3859b65aff

View File

@@ -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);
});