Use blue info notification

This commit is contained in:
Jessica B. Hamrick 2015-10-29 11:46:21 -07:00
parent eb9ddc4923
commit 81e2677949

View File

@ -352,7 +352,7 @@ define([
if (num === 0) {
mcnw.hide();
} else {
mcnw.set_message(num + " marked cells offscreen");
mcnw.info(num + " marked cells offscreen");
}
});
};