mirror of https://github.com/apache/archiva.git
code cleanup
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1377985 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7998e01615
commit
68f13c91ce
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue