Skip to content
Snippets Groups Projects
Commit 666c8dcf authored by Rafael Ostertag's avatar Rafael Ostertag
Browse files

WIP commit.

parent 4186d647
No related branches found
No related tags found
1 merge request!12Support 4143
...@@ -19,11 +19,7 @@ var QfqNS = QfqNS || {}; ...@@ -19,11 +19,7 @@ var QfqNS = QfqNS || {};
/** /**
* Display a message. * Display a message.
* *
* Display one message on a page. Several instances can be used per page, which results in messages being * A typical call sequence might look like:
* stacked, with the latest message being at the bottom.
*
* The first instance displaying a message will append an `alert container` to the body. The last message being
* dismissed will remove the `alert container`. A typical call sequence might look like:
* *
* var alert = new QfqNS.Alert({ * var alert = new QfqNS.Alert({
* message: "Text being displayed", * message: "Text being displayed",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment