code cleanup

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1377985 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-08-28 06:31:14 +00:00
parent 7998e01615
commit 68f13c91ce
1 changed files with 0 additions and 4 deletions

View File

@ -400,11 +400,7 @@ define("archiva.proxy-connectors",["jquery","i18n","jquery.tmpl","bootstrap","jq
}
hideSettings=function(proxyConnector){
$.log('hideSettings:'+proxyConnector.sourceRepoId()+","+proxyConnector.targetRepoId());
//var targetImg = $("#proxy-connectors-grid-remoterepo-settings-edit-")
// +proxyConnector.sourceRepoId().replace(/\./g,"\\\.")+"-"+proxyConnector.targetRepoId().replace(/\./g,"\\\.");
$("#body_content" ).find(".popover" ).hide();
//targetImg.attr("data-content",'');//.popover('hide');
}
this.displaySettings=function(sourceRepoId,targetRepoId,targetContentStartId, targetImgStartId){