Show More
@@ -119,7 +119,8 b' define([' | |||
|
119 | 119 | |
|
120 | 120 | /** |
|
121 | 121 | * Display a warning message (styled with the 'warning' |
|
122 | * class). Arguments are the same as in set_message. | |
|
122 | * class). Arguments are the same as in set_message. Messages are | |
|
123 | * sticky by default. | |
|
123 | 124 | * |
|
124 | 125 | * @method warning |
|
125 | 126 | */ |
@@ -131,7 +132,8 b' define([' | |||
|
131 | 132 | |
|
132 | 133 | /** |
|
133 | 134 | * Display a danger message (styled with the 'danger' |
|
134 | * class). Arguments are the same as in set_message. | |
|
135 | * class). Arguments are the same as in set_message. Messages are | |
|
136 | * sticky by default. | |
|
135 | 137 | * |
|
136 | 138 | * @method danger |
|
137 | 139 | */ |
General Comments 0
You need to be logged in to leave comments.
Login now