Skip to content

Commit efcda8c

Browse files
committed
chore: update example
1 parent 6f3309a commit efcda8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
template.append('<pre id="json">' + JSON.stringify(gifInfo, undefined, 2) + '</pre><br>');
3434

3535
index++;
36-
$('#tbl').append(template);
36+
$('#tbl').prepend(template);
3737
};
3838
};
3939

0 commit comments

Comments
 (0)