Skip to content

Commit

Permalink
Fix a few examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Hwang committed Aug 9, 2016
1 parent 4b28f4e commit 9fd4eb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/2-Themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ vex.dialog.alert({
$(this).click(function(e){
e.preventDefault();
vex.dialog.alert({
message: 'Testing the <code>' + $(this).data('theme') + '</code> theme.',
unsafeMessage: 'Testing the <code>' + $(this).data('theme') + '</code> theme.',
className: $(this).data('theme')
});
return false;
Expand Down
1 change: 0 additions & 1 deletion docs/welcome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@
for (var i = 4; i > -1; i--) {
vex.dialog.alert({
appendLocation: '.stack',
message: null,
unsafeMessage: $('.stack-templates > div:nth-child(' + (i + 1) + ')').html(),
className: demo.initialDialogsClassName,
buttons: [
Expand Down

0 comments on commit 9fd4eb6

Please sign in to comment.