mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Fixed: Back to top button is back
Fixed: Delete series in Firefox
This commit is contained in:
parent
c926775719
commit
48c9e29eab
3 changed files with 24 additions and 40 deletions
|
@ -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;
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue