Skip to content

Commit 50b9dd9

Browse files
committed
Toolbar: make "info" the default style for toastr.
1 parent c2b3e21 commit 50b9dd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/dico/toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ return Backbone.View.extend({
762762

763763
setMessage: function(title, content, style){
764764
toastr.options.closeButton = true;
765-
toastr[style](content, title);
765+
toastr[style || 'info'](content, title);
766766
return this;
767767
},
768768

0 commit comments

Comments
 (0)