Skip to content

Commit efa6bf6

Browse files
committed
Merge branch 'develop' of https://github.com/CodeSeven/toastr into develop
2 parents dec666c + df864cf commit efa6bf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

demo.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,12 @@ <h2>Links</h2>
276276
msg = getMessage();
277277
}
278278

279-
$("#toastrOptions").text("Command: toastr["
279+
$('#toastrOptions').text('Command: toastr["'
280280
+ shortCutFunction
281-
+ "](\""
281+
+ '"]("'
282282
+ msg
283-
+ (title ? "\", \"" + title : '')
284-
+ "\")\n\ntoastr.options = "
283+
+ (title ? '", "' + title : '')
284+
+ '")\n\ntoastr.options = '
285285
+ JSON.stringify(toastr.options, null, 2)
286286
);
287287

0 commit comments

Comments
 (0)