$(function() { "use strict"; // notification popup toastr.options.closeButton = true; toastr.options.positionClass = 'toast-bottom-right'; toastr.options.showDuration = 1000; toastr['info']('Hello, Selamat Datang Kembali, Aplikasi Dibuat Oleh Kicap Karan.'); });