mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
fix url
This commit is contained in:
parent
c2c84fd0fa
commit
a5de65657c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Deluge.Widgets.CreateWindow = new Class({
|
||||||
width: 400,
|
width: 400,
|
||||||
height: 200,
|
height: 200,
|
||||||
title: Deluge.Strings.get('Create Torrent'),
|
title: Deluge.Strings.get('Create Torrent'),
|
||||||
url: '/templates/render/html/window_create_torrent.html'
|
url: '/template/render/html/window_create_torrent.html'
|
||||||
},
|
},
|
||||||
|
|
||||||
initialize: function() {
|
initialize: function() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue