Make sure notification is sticky

Jessica B. Hamrick 11 years ago
parent b2a17eee49
commit 059646ce11

@ -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'});
}
});
};

Loading…
Cancel
Save