swap: remove useless text that used to be a link

It is not helpful to the user to tell them they can download from the web
when they are using swap, since a) they should use F-Droid since its safer,
and b) they are probably using swap because they can't access the web
reliably.
This commit is contained in:
Hans-Christoph Steiner 2015-09-10 09:51:52 +02:00
parent 8d20135779
commit 0f44fcb8fd

View File

@ -105,10 +105,5 @@
<img src="swap-tick-not-done.png" class="tick not-done" alt="Not done" /> <img src="swap-tick-not-done.png" class="tick not-done" alt="Not done" />
</li> </li>
</ol> </ol>
<div id="download-from-web">
<!--<a href="https://f-droid.org/repository/browse/">-->
Or, download apps from the web
<!--</a>-->
</div>
</body> </body>
</html> </html>