});
});
}
- }
+ };
/**
* Function to set the options of the menu parent item dropdown.
});
}
});
- }
+ };
})(jQuery);
var statusName = statusRow.className.replace(/([^ ]+[ ]+)*shortcut-status-([^ ]+)([ ]+[^ ]+)*/, '$2');
var statusField = $('select.shortcut-status-select', rowObject.element);
statusField.val(statusName);
- };
+ }
tableDrag.restripeTable = function () {
// :even and :odd are reversed because jQuery counts from 0 and
// Assemble the final message.
msg = translate.hasWeaknesses + '<ul><li>' + msg.join('</li><li>') + '</li></ul>';
- return { strength: strength, message: msg, indicatorText: indicatorText }
+ return { strength: strength, message: msg, indicatorText: indicatorText };
};