mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-07 13:07:22 +08:00
Use blue info notification
This commit is contained in:
parent
eb9ddc4923
commit
81e2677949
@ -352,7 +352,7 @@ define([
|
||||
if (num === 0) {
|
||||
mcnw.hide();
|
||||
} else {
|
||||
mcnw.set_message(num + " marked cells offscreen");
|
||||
mcnw.info(num + " marked cells offscreen");
|
||||
}
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user