From 5adde1bca587c92f47408068e49c28fcceeff1ca Mon Sep 17 00:00:00 2001 From: xq2005 Date: Fri, 31 Aug 2012 02:48:04 +0000 Subject: [PATCH] fix compress error git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13674 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/js/ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-UI/js/ui.js b/xCAT-UI/js/ui.js index 065dcabe8..73371e4f7 100644 --- a/xCAT-UI/js/ui.js +++ b/xCAT-UI/js/ui.js @@ -357,7 +357,7 @@ function createInfoBar(msg) { // Do not change the background color or color! This is handled by the theme // the user selects. var infoBar = $('
').css({ - 'margin': '5px 0px', + 'margin': '5px 0px' }); var icon = $('').css({ 'display': 'inline-block', @@ -1055,4 +1055,4 @@ function getNodesChecked(datatableId) { } return tgts; -} \ No newline at end of file +}