mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Fixed: Back to top button is back
Fixed: Delete series in Firefox
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
'use strict';
|
||||
define(
|
||||
[
|
||||
'jquery',
|
||||
'bootstrap'
|
||||
], function () {
|
||||
], function ($) {
|
||||
$(document).ready(function () {
|
||||
|
||||
var _window = $(window);
|
||||
@@ -18,7 +19,7 @@ define(
|
||||
});
|
||||
|
||||
_scrollButton.click(function () {
|
||||
$("html, body").animate({ scrollTop: 0 }, 600);
|
||||
$('html, body').animate({ scrollTop: 0 }, 600);
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user