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
/* Notice (message) retriever. Returns textual message indicated by the noticeId, inserts the optional values into it, and prepends with the noticeId value
88
88
in the form ###-<message>.
89
89
noticeId is the identifier of the notice; ex: nsDownloading.
90
-
values is an optional array of values to stuff into notice.*/
91
-
//Retrieve notice; if undefined,
90
+
values is an optional array of values to stuff into notice, or if noticeId = 0, is a custom message.*/
91
+
//Retrieve notice; if defined
92
92
nMsg=notices[noticeId];
93
93
//Fill in variables if needed; if notice undefined, use first values element as notice.
0 commit comments