mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
fix the path to the loading gif (not that its actually used)
This commit is contained in:
parent
02ad0b93ab
commit
e4420ef354
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div style="background-image: url('${base}themes/default/tree/loading.gif');"></div>
|
||||
<div style="background-image: url('${base}themes/images/default/tree/loading.gif');"></div>
|
||||
|
||||
<!-- Preload icon classes -->
|
||||
<div class="ext-mb-error"></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue