7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
<script type="text/javascript">
|
|
function makeActive(){
|
|
$('li[id="broken_auth"]').addClass('active');
|
|
};
|
|
|
|
$(document).ready(makeActive);
|
|
</script> |