From 76299e6b1f2fc87a8cdcbd2e1cd0b0a6e950ef43 Mon Sep 17 00:00:00 2001 From: hamza zia Date: Mon, 27 Aug 2012 19:12:50 +0800 Subject: [PATCH] incorrect form submission bug fixed --- index.html | 2 +- js/script.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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);