summaryrefslogtreecommitdiffstats
path: root/deluge/ui/webui/templates/ajax/static/js/deluge-menus.js
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/webui/templates/ajax/static/js/deluge-menus.js')
-rw-r--r--deluge/ui/webui/templates/ajax/static/js/deluge-menus.js32
1 files changed, 23 insertions, 9 deletions
diff --git a/deluge/ui/webui/templates/ajax/static/js/deluge-menus.js b/deluge/ui/webui/templates/ajax/static/js/deluge-menus.js
index 39eeb359a..0b853e3a4 100644
--- a/deluge/ui/webui/templates/ajax/static/js/deluge-menus.js
+++ b/deluge/ui/webui/templates/ajax/static/js/deluge-menus.js
@@ -2,11 +2,25 @@
Script: deluge-menus.js
Contains the layout for all the popup menus used within the ajax ui.
-License:
- General Public License v3
-
-Copyright:
- Damien Churchill (c) 2008 <damoxc@gmail.com>
+ *
+ * Copyright (C) Damien Churchill 2008 <damoxc@gmail.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3, or (at your option)
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, write to:
+ * The Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor
+ * Boston, MA 02110-1301, USA.
+ *
*/
Deluge.Menus = {
@@ -240,7 +254,7 @@ Deluge.Menus = {
}
]
},
- {type: 'seperator'},
+ {type: 'seperator'},
{
type: 'text',
action: 'update_tracker',
@@ -301,7 +315,7 @@ Deluge.Menus = {
icon: '/static/images/16/move.png'
}
],
-
+
Connections: [
{
type: 'text',
@@ -340,7 +354,7 @@ Deluge.Menus = {
text: _('Unlimited')
}
],
-
+
Download: [
{
type: 'text',
@@ -379,7 +393,7 @@ Deluge.Menus = {
text: _('Unlimited')
}
],
-
+
Upload: [
{
type: 'text',