From ee8ac26dde668b1e475b09351b0c3a10eeab93c5 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file xCAT-UI/js/help/help.js --- xCAT-UI/js/help/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-UI/js/help/help.js b/xCAT-UI/js/help/help.js index aee8f7149..2f7abf9dc 100644 --- a/xCAT-UI/js/help/help.js +++ b/xCAT-UI/js/help/help.js @@ -924,4 +924,4 @@ function updateStatusBar(data) { var prg = writeRsp(rsp, ''); $('#' + statBarId).find('div').append(prg); } -} \ No newline at end of file +}