+
+
@@ -55,6 +57,10 @@
diff --git a/dist/js/components/list-actions.js b/dist/js/components/list-actions.js new file mode 100644 index 00000000..e69de29b diff --git a/dist/js/components/notifications.js b/dist/js/components/notifications.js index 8fd21144..a6c9b85c 100644 --- a/dist/js/components/notifications.js +++ b/dist/js/components/notifications.js @@ -111,12 +111,13 @@ } }; - var buildNotif = function(text, timeout, showButton) { + var buildNotif = function(text, timeout, showButton, textButton) { if(typeof text !== 'string') text = ''; timeout = (typeof timeout === 'number' ? timeout : 5000); + textButton = (typeof textButton === 'string' ? textButton : 'CANCEL'); var progress = '