We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dec666c + df864cf commit efa6bf6Copy full SHA for efa6bf6
demo.html
@@ -276,12 +276,12 @@ <h2>Links</h2>
276
msg = getMessage();
277
}
278
279
- $("#toastrOptions").text("Command: toastr["
+ $('#toastrOptions').text('Command: toastr["'
280
+ shortCutFunction
281
- + "](\""
+ + '"]("'
282
+ msg
283
- + (title ? "\", \"" + title : '')
284
- + "\")\n\ntoastr.options = "
+ + (title ? '", "' + title : '')
+ + '")\n\ntoastr.options = '
285
+ JSON.stringify(toastr.options, null, 2)
286
);
287
0 commit comments