Skip to content

Commit df864cf

Browse files
committed
Merge pull request #254 from robertd/develop
Fix demo.html in develop branch. Same as #250.
2 parents e1c68a5 + d94e2a7 commit df864cf

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)