diff --git a/xCAT-UI/js/custom/ipmi.js b/xCAT-UI/js/custom/ipmi.js index 1c6612202..eb32950eb 100644 --- a/xCAT-UI/js/custom/ipmi.js +++ b/xCAT-UI/js/custom/ipmi.js @@ -262,7 +262,7 @@ ipmiPlugin.prototype.getInitFunction = function(){ }; ipmiPlugin.prototype.getNextFunction = function(){ - return [idataplexCheckBasic, undefined, idataplexCheckNetwork, undefined, undefined,]; + return [idataplexCheckBasic, undefined, idataplexCheckNetwork, undefined, undefined]; }; /**