diff --git a/index.html b/index.html index f6a7ae3..e2d9441 100755 --- a/index.html +++ b/index.html @@ -664,7 +664,7 @@
- + URI can be HTTP(S)/FTP/BitTorrent Magnet URI
diff --git a/js/script.js b/js/script.js index 9590bf1..0236b97 100755 --- a/js/script.js +++ b/js/script.js @@ -268,6 +268,7 @@ $(function() { $('#newDownload_url').replaceWith(''); $('#multiple_uris i').removeClass('icon-minus-sign').addClass('icon-plus-sign'); } + return false; }); $('#addNewDownload').click(newDownload);