Lines 1-3
Link Here
|
|
|
1 |
<script type="text/javascript"> |
2 |
//<![CDATA[ |
1 |
function mergeAuth(authid, summary) { |
3 |
function mergeAuth(authid, summary) { |
2 |
var alreadySelected = $.cookie('auth_to_merge'); |
4 |
var alreadySelected = $.cookie('auth_to_merge'); |
3 |
if (alreadySelected !== null) { |
5 |
if (alreadySelected !== null) { |
Lines 36-38
$(document).ready(function () {
Link Here
|
36 |
mergeAuth($(this).parents('tr').attr('data-authid'), $(this).parents('tr').find('div.authorizedheading').text()); |
38 |
mergeAuth($(this).parents('tr').attr('data-authid'), $(this).parents('tr').find('div.authorizedheading').text()); |
37 |
}); |
39 |
}); |
38 |
}); |
40 |
}); |
|
|
41 |
//]]> |
42 |
</script> |