You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
**toastr** is a Javascript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.
3
3
4
4
## Current Version
5
-
1.3.1
5
+
2.0.1
6
6
7
7
8
8
## Demo
@@ -17,10 +17,9 @@ For other API calls, see the [demo](http://CodeSeven.github.com/toastr).
17
17
18
18
2. Add toastr to application.css and application.js:
19
19
20
-
*= require toastr.min
21
-
*= require toastr-responsive
20
+
*= require toastr
22
21
23
-
//= require toastr.min
22
+
//= require toastr
24
23
25
24
3. use toastr to display a toast for info, success, warning or error
26
25
@@ -55,7 +54,7 @@ Inspired by https://github.com/Srirangan/notifer.js/.
0 commit comments