Skip to content

Commit c3d7f02

Browse files
committed
added test message to notifications
1 parent b1721ae commit c3d7f02

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

dist/fluro-util.js

+2
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,8 @@ angular.module('fluro.util')
550550

551551
controller.post = function(text, type, delay) {
552552

553+
console.log('Post notification', text, type, delay);
554+
553555
if (typeof type === 'undefined') {
554556
type = 'status';
555557
}

dist/fluro.util.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)