Skip to content

Commit 0fd7f24

Browse files
committed
Fix details appending
1 parent abb245a commit 0fd7f24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/visual/grid/data.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@
7373
});
7474
}
7575

76+
var details = $("#developer");
7677
function renderDetails( item ) {
77-
$( "#developer-tmpl" ).tmpl( item ).appendTo( "#developer" );
78+
$( "#developer-tmpl" ).tmpl( item ).appendTo( details.empty() );
7879
}
7980
});
8081
</script>

0 commit comments

Comments
 (0)