Skip to content

Commit

Permalink
Fix demo.html in master branch. Same as CodeSeven#250
Browse files Browse the repository at this point in the history
  • Loading branch information
robertd committed Feb 20, 2015
1 parent 4a51cce commit c79f448
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,12 @@ <h2>Links</h2>
msg = getMessage();
}

$("#toastrOptions").text("Command: toastr["
$('#toastrOptions').text('Command: toastr["'
+ shortCutFunction
+ "](\""
+ '"]("'
+ msg
+ (title ? "\", \"" + title : '')
+ "\")\n\ntoastr.options = "
+ (title ? '", "' + title : '')
+ '")\n\ntoastr.options = '
+ JSON.stringify(toastr.options, null, 2)
);

Expand Down

0 comments on commit c79f448

Please sign in to comment.