Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
updated toast message
  • Loading branch information
ApoorvSaxena committed Feb 16, 2018
1 parent baf3618 commit aa3c764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Expand Up @@ -213,7 +213,7 @@ <h1>&lt;iframe> example</h1>
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.")
}
}
})
Expand Down

0 comments on commit aa3c764

Please sign in to comment.