diff --git a/web/index.html b/web/index.html index 5caf17ec2..9370608a4 100755 --- a/web/index.html +++ b/web/index.html @@ -27,6 +27,7 @@ + Transmission Web Interface diff --git a/web/javascript/Makefile.am b/web/javascript/Makefile.am index 29bc011d1..000247b87 100644 --- a/web/javascript/Makefile.am +++ b/web/javascript/Makefile.am @@ -3,6 +3,7 @@ datadir = ${datarootdir}/${PACKAGE_NAME}/${subdir} dist_data_DATA = \ common.js \ dialog.js \ + formatter.js \ menu.js \ torrent.js \ transmission.js \