7 lines
211 B
JavaScript
7 lines
211 B
JavaScript
![]() |
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||
|
|
||
|
$(document).ready(function(){
|
||
|
$('input[name="proxySelectorAC"]').click(function(){
|
||
|
$(this).val('');
|
||
|
})
|
||
|
});
|