From f34fd437014c1b7989bde1af087542c14280ff26 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 30 Jan 2012 09:51:13 +0000 Subject: [PATCH] fix previous bad commit git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1237583 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/webapp/js/archiva/proxy-connectors.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/proxy-connectors.js b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/proxy-connectors.js index 4f253262f..cc489b8d8 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/proxy-connectors.js +++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/proxy-connectors.js @@ -31,7 +31,7 @@ $(function() { //private List whiteListPatterns; this.whiteListPatterns=ko.observableArray(whiteListPatterns); //private Map policies; - this.policies=ko.observable(policies); + this.policies=ko.observable(policies); //private Map properties; this.properties=ko.observable(properties); //private boolean disabled = false; @@ -40,9 +40,6 @@ $(function() { this.order=ko.observable(order); } - displayProxyConnectors=function(){ - $("#main-content").html($("#proxyConnectorsMain").tmpl()); - $("#main-content").append(smallSpinnerImg()); PolicyInformation=function(options,defaultOption,id,name){ //private List options; this.options=ko.observableArray(options); -- 2.39.5