Make sure notification is sticky

This commit is contained in:
Jessica B. Hamrick 2015-10-30 17:24:15 -07:00
parent b2a17eee49
commit 059646ce11

View File

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