noscheme on all URL

This commit is contained in:
Pierre Rudloff 2016-04-06 13:19:27 +02:00
parent 4a2a795131
commit 7eef219128
8 changed files with 184 additions and 23 deletions

View file

@ -1,5 +1,5 @@
<div class="main">
<div><img itemprop="image" class="logo" src="{base_url}/img/logo.png"
<div><img itemprop="image" class="logo" src="{base_url|noscheme}/img/logo.png"
alt="AllTube Download" width="328" height="284"></div>
<form action="{path_for name="video"}">
<label class="labelurl" for="url">
@ -23,7 +23,7 @@
<a class="combatiblelink" href="{path_for name="extractors"}">See all supported websites</a>
<div id="bookmarklet">
<p> Drag this to your bookmarks bar: </p>
<a class="bookmarklet" href="javascript:window.location='{base_url}{path_for name='video'}?url='+encodeURIComponent(location.href);">Bookmarklet</a>
<a class="bookmarklet" href="javascript:window.location='{base_url|noscheme}{path_for name='video'}?url='+encodeURIComponent(location.href);">Bookmarklet</a>
</div>
</div>