Review: https://git.eclipse.org/r/#/c/20757/
Signed-off-by: Denis Roy <denis.roy@eclipse.org>
diff --git a/index.html b/index.html
index cc1a7f2..6f89d9e 100644
--- a/index.html
+++ b/index.html
@@ -58,17 +58,6 @@
</section>
<a class="close-reveal-modal">×</a>
</div>
- <div id="shorturl" class="reveal-modal tiny downloads">
- <header><h2>ECLIPSE URL SHORTENER</h2></header>
- <section>
- <form method="post" action="shorten.php" id="shortener">
- <label for="longurl">Eclipse URL to shorten</label>
- <input type="text" name="longurl" id="longurl" size="45"> <input type="submit" value="Shorten" /><br />
- <br />This shortener will only work with Eclipse Foundation domains. <br /><br />Integer values are hard-wired to Bugzilla bugs (<a href="http://eclip.se/12345">http://eclip.se/12345</a>).
- </form>
- </section>
- <a class="close-reveal-modal">×</a>
- </div>
</div>
</div>
<div class="row">
@@ -94,15 +83,6 @@
<script src="javascripts/foundation/foundation.reveal.js"></script>
<script>
$(document).foundation();
-
- $(function () {
- $('#shortener').submit(function () {
- $.ajax({data: {longurl: $('#longurl').val()}, url: 'shorten.php', complete: function (XMLHttpRequest, textStatus) {
- $('#longurl').val(XMLHttpRequest.responseText);
- }});
- return false;
- });
- });
</script>
</body>
</html>
\ No newline at end of file