1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-26 09:37:12 +00:00

Fixed Quality Sliders.

This commit is contained in:
Mark McDowall 2012-02-18 12:00:50 -08:00
parent 02dcb219a2
commit d616dfaa0f
2 changed files with 4 additions and 4 deletions

View file

@ -1,9 +1,5 @@
var deleteQualityProfileUrl = '../../Settings/DeleteQualityProfile'; var deleteQualityProfileUrl = '../../Settings/DeleteQualityProfile';
$(document).ready(function () {
setupSliders();
});
$("#addItem").live('click', function () { $("#addItem").live('click', function () {
$.ajax({ $.ajax({
url: this.href, url: this.href,

View file

@ -96,6 +96,10 @@
@Html.IncludeScript("MicrosoftAjax.js") @Html.IncludeScript("MicrosoftAjax.js")
<script type="text/javascript"> <script type="text/javascript">
$(document).ready(function () {
setupSliders();
});
$('.quality-selectee').livequery(function () { $('.quality-selectee').livequery(function () {
$(this).button(); $(this).button();
}); });