NIHVIVO-3299: Refactored markup for manage proxy pages and my account
This commit is contained in:
parent
20134640bf
commit
1debf09199
5 changed files with 125 additions and 158 deletions
|
@ -162,7 +162,7 @@ $(document).ready(function() {
|
|||
return;
|
||||
}
|
||||
|
||||
$("div[name='proxyProfilesPanel']").each(function(i) {
|
||||
$("section[name='proxyProfilesPanel']").each(function(i) {
|
||||
var context = {
|
||||
baseUrl: proxyContextInfo.baseUrl,
|
||||
ajaxUrl: proxyContextInfo.ajaxUrl,
|
||||
|
@ -172,7 +172,7 @@ $(document).ready(function() {
|
|||
this["proxyItemsPanel"] = new proxyItemsPanel(this, context);
|
||||
});
|
||||
|
||||
$("div[name='proxyProxiesPanel']").each(function(i) {
|
||||
$("section[name='proxyProxiesPanel']").each(function(i) {
|
||||
var context = {
|
||||
baseUrl: proxyContextInfo.baseUrl,
|
||||
ajaxUrl: proxyContextInfo.ajaxUrl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue