NIHVIVO-3213: Worked on markup/styles for adding proxies through account pages

This commit is contained in:
manolobevia 2011-10-31 22:05:57 +00:00
parent c93cecb63c
commit af9d8c7424
5 changed files with 82 additions and 38 deletions

View 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('');
})
});