From 3dd93ee124a5a7461608044e1e4ca98ba4c6fd22 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Wed, 4 Jan 2012 19:14:27 +0000 Subject: [PATCH] Fix compile syntax error in ipmi.js git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11335 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/custom/ipmi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }; /**