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 30, 2024
1 parent 6f441b9 commit 45a5be2
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions packages/devextreme/playground/jquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,9 @@ <h1 style="position: fixed; left: 0; top: 0; clip: rect(1px, 1px, 1px, 1px);">Te
<div id="button"></div>
<script>
$(function() {
$("#button").dxChat({
items: [
{
author: {
// name: 'User Name',
avatarUrl: 'url',
},
text: 'Text',
},
],
$("#button").dxButton({
text: 'Click me!',
onClick: function() { alert("clicked"); }
});
});
</script>
Expand Down

0 comments on commit 45a5be2

Please sign in to comment.