mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed Quality Sliders.
This commit is contained in:
@@ -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();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user