From feaa954230ce93f00bdf845074e2be0fcd2c4f68 Mon Sep 17 00:00:00 2001 From: Mingle Date: Sat, 22 Jul 2017 11:08:24 -0400 Subject: [PATCH] Update "error" to "danger" --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b15c82e..7479cd4 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@

Features

@@ -73,7 +73,7 @@

$.bootstrapGrowl("another message, yay!", {
   ele: 'body', // which element to append to
-  type: 'info', // (null, 'info', 'error', 'success')
+  type: 'info', // (null, 'info', 'danger', 'success')
   offset: {from: 'top', amount: 20}, // 'top', or 'bottom'
   align: 'right', // ('left', 'right', or 'center')
   width: 250, // (integer, or 'auto')