This commit is contained in:
phamt 2012-11-02 12:08:10 +00:00
parent d1c2a26b2b
commit 95cb15d18e

View File

@ -997,10 +997,8 @@ function setOSImageCookies(data) {
// Only save install boot
if (provMethod.indexOf('install') > -1) {
if (!osComments) {
osComments = "No descritption";
imageNames.push(osImage + ':' + osComments);
} else {
if (osComments) {
// Only enable images where description and selectable comments exist
// Set default description and selectable
selectable = "no";
desc = "No description";