From 7f3a0c33e31c6fd8638978d94d4fd560d4f05d84 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Wed, 31 Aug 2011 22:21:22 +0000 Subject: [PATCH] (trunk web) rename the transmission.remote.js file as remote.js --- web/index.html | 2 +- web/javascript/Makefile.am | 2 +- web/javascript/{transmission.remote.js => remote.js} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename web/javascript/{transmission.remote.js => remote.js} (100%) diff --git a/web/index.html b/web/index.html index c1a681c48..e153f63a9 100755 --- a/web/index.html +++ b/web/index.html @@ -27,7 +27,7 @@ - + diff --git a/web/javascript/Makefile.am b/web/javascript/Makefile.am index f94732f7c..073616ca8 100644 --- a/web/javascript/Makefile.am +++ b/web/javascript/Makefile.am @@ -6,10 +6,10 @@ dist_data_DATA = \ file-row.js \ formatter.js \ menu.js \ + remote.js \ torrent.js \ torrent-row.js \ transmission.js \ - transmission.remote.js SUBDIRS = \ jquery diff --git a/web/javascript/transmission.remote.js b/web/javascript/remote.js similarity index 100% rename from web/javascript/transmission.remote.js rename to web/javascript/remote.js