mirror of https://github.com/apache/cloudstack.git
comment out obsolete code.
This commit is contained in:
parent
786c5af881
commit
702aa75c51
|
|
@ -1331,6 +1331,7 @@ function convertMilliseconds(string) {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
function drawGrid(items, submenuContent, template, fnJSONToTemplate) {
|
||||
var grid = submenuContent.find("#grid_content").empty();
|
||||
if (items != null && items.length > 0) {
|
||||
|
|
@ -1537,6 +1538,7 @@ function submenuContentEventBinder(submenuContent, listFunction) {
|
|||
});
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
// Validation functions
|
||||
function showError(isValid, field, errMsgField, errMsg) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue