Skip to content

Commit

Permalink
fix demo #1 width
Browse files Browse the repository at this point in the history
  • Loading branch information
xia committed Apr 16, 2019
1 parent 4a1490a commit 07fd81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -40,7 +40,7 @@ <h1 class="title-text">A Simple Javascript Dialog Library: xdialog</h1>
</div>
<div>
<button data-method="xdialogDemo3" class="hover-shadow button-demo-source">demo 03 source</button>
<button data-method="xdialogDemo3" class="hover-shadow button-demo">demo 03 - callback parameter</button>
<button data-method="xdialogDemo3" class="hover-shadow button-demo">demo 03 - callback parameters</button>
</div>
<div>
<button data-method="xdialogDemo4" class="hover-shadow button-demo-source">demo 04 source</button>
Expand Down
1 change: 1 addition & 0 deletions js/index.js
Expand Up @@ -104,6 +104,7 @@
</div>',
buttons: { ok: 'Login', cancel: 'Cancel' },
effect: '3d_rotate_bottom',
style: 'width: 25em;',
onok: function() {
document.getElementById('demo1-form').classList.add('demo1-validated');

Expand Down

0 comments on commit 07fd81a

Please sign in to comment.