Skip to content

Commit

Permalink
add toast bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
emalherbi committed Jun 30, 2017
1 parent 165844e commit 7ff1c38
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,22 @@ $(document).ready(function() {
Resume.pdf();
// init
EN.show();
//
toastr.options = {
"closeButton": false,
"debug": false,
"newestOnTop": false,
"progressBar": false,
"positionClass": "toast-bottom-center",
"preventDuplicates": false,
"onclick": null,
"showDuration": "300",
"hideDuration": "1000",
"timeOut": "5000",
"extendedTimeOut": "1000",
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
};
});

0 comments on commit 7ff1c38

Please sign in to comment.