Skip to content

Commit

Permalink
revert(pg)
Browse files Browse the repository at this point in the history
  • Loading branch information
marker dao ® committed Sep 26, 2024
1 parent f8f51e4 commit ff59d92
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions packages/devextreme/playground/jquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,26 +52,10 @@ <h1 style="position: fixed; left: 0; top: 0; clip: rect(1px, 1px, 1px, 1px);">Te
<div id="button"></div>
<script>
$(function() {
const instance = $("#button").dxChat({
items: [
{
timestamp: '2024-09-26T14:00:00',
text: 't',
},
{
timestamp: '2024-09-26T14:02:00',
text: 't',
},
{
timestamp: '2024-09-26T14:05:01',
text: 't',
},
{
timestamp: '2024-09-26T14:10:02',
text: 'NEXT MG',
},
],
}).dxChat('instance');
$("#button").dxButton({
text: 'Click me!',
onClick: function() { alert("clicked"); }
});
});
</script>
</div>
Expand Down

0 comments on commit ff59d92

Please sign in to comment.