mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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 -->
|
<!-- Preload icon classes -->
|
||||||
<div class="ext-mb-error"></div>
|
<div class="ext-mb-error"></div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue