fixed FELIX-3605 Configuration Status plugin has an error in IE/Compatibility View
https://issues.apache.org/jira/browse/FELIX-3605

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1364632 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/configurationrender.js b/webconsole/src/main/resources/res/ui/configurationrender.js
index 96c28c1..fe2dd59 100644
--- a/webconsole/src/main/resources/res/ui/configurationrender.js
+++ b/webconsole/src/main/resources/res/ui/configurationrender.js
@@ -55,7 +55,7 @@
 

 	_tabs = $('#tabs').tabs({ajaxOptions: {

 		beforeSend : function() { dlg.dialog('open') },

-		complete   : function() { dlg.dialog('close')},

+		complete   : function() { dlg.dialog('close')}

 	}}).tabs('paging');

 

 	setTimeout(setSelectedTab, 1000);