It’s working perfectly with require. Thanks, Alexander!
Additionally, I was also able to get it to work with:
$.getScript("LOCAL_LOCATION_TO_TOASTR_JS", function(){
toastr["info"]("My notification title", "My notification text");
});
However, the require technique seems more robust, so I’ll stick to that.
-
This reply was modified 6 years, 10 months ago by sgjs2015.