Skip to content

Commit

Permalink
Use classic style for trusted notification
Browse files Browse the repository at this point in the history
  • Loading branch information
gnestor committed Aug 5, 2016
1 parent fc072a2 commit 0554995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebook/static/notebook/js/notificationarea.js
Expand Up @@ -351,9 +351,9 @@ define([
// Notebook trust events
this.events.on('trust_changed.Notebook', function (event, trusted) {
if (trusted) {
tnw.info("Trusted");
tnw.set_message("Trusted");
} else {
tnw.danger("Not Trusted", undefined, function() {
tnw.set_message("Not Trusted", undefined, function() {
that.notebook.trust_notebook();
return false;
});
Expand Down

0 comments on commit 0554995

Please sign in to comment.