NIHVIVO-2894: Updated account templates to enable filter by roles.
This commit is contained in:
parent
12a69094ea
commit
b0ba33338e
2 changed files with 19 additions and 9 deletions
|
@ -45,4 +45,13 @@ $(document).ready(function(){
|
|||
return answer;
|
||||
}
|
||||
});
|
||||
|
||||
//Select role and filter
|
||||
$('#roleFilterUri').bind('change', function () {
|
||||
var url = $(this).val(); // get selected value
|
||||
if (url) { // require a URL
|
||||
window.location = url; // redirect
|
||||
}
|
||||
return false;
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue