From aa3c764564caa1dbc07de63b75865665fff8ffff Mon Sep 17 00:00:00 2001 From: Apoorv Saxena Date: Fri, 16 Feb 2018 23:05:31 +0530 Subject: [PATCH] updated toast message --- demo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/index.html b/demo/index.html index e9557be..6b5c5d5 100644 --- a/demo/index.html +++ b/demo/index.html @@ -213,7 +213,7 @@

<iframe> example

load: function(el) { el.src = el.getAttribute("data-src"); el.onload = function() { - toastr["success"](el.localName + " " + el.getAttribute("data-index") + " lazy loaded.") + toastr["success"](el.localName.toUpperCase() + " " + el.getAttribute("data-index") + " lazy loaded.") } } })