mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-11 13:32:42 +01:00
12 lines
437 B
Plaintext
12 lines
437 B
Plaintext
<script>
|
|
$(function () {
|
|
// $(".quality-selectee").each(function() {
|
|
// $(this).button();
|
|
// });
|
|
$('#test').button();
|
|
});
|
|
</script>
|
|
|
|
<input type="checkbox" id="test" class="quality-selectee" /><label for="shuffle">SDTV</label>
|
|
<input type="checkbox" class="quality-selectee" /><label for="shuffle">DVD</label>
|
|
<input type="checkbox" class="quality-selectee" /><label for="shuffle">HDTV</label> |