mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 09:37:12 +00:00
Fixed Quality Sliders.
This commit is contained in:
parent
02dcb219a2
commit
d616dfaa0f
2 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||||
|
|
|
@ -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();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue