NIHVIVO-3213: Worked on markup/styles for adding proxies through account pages
This commit is contained in:
parent
c93cecb63c
commit
af9d8c7424
5 changed files with 82 additions and 38 deletions
7
webapp/web/js/account/proxyUtils.js
Normal file
7
webapp/web/js/account/proxyUtils.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
$(document).ready(function(){
|
||||
$('input[name="proxySelectorAC"]').click(function(){
|
||||
$(this).val('');
|
||||
})
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue