Skip to content

Commit

Permalink
Remove link shorten option for movies (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno authored Nov 2, 2023
1 parent aa3ab28 commit a751ef5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.php
Original file line number Diff line number Diff line change
@@ -1411,11 +1411,7 @@ function attr($attr, $file) {
<div id="helioviewer-url-box">
<span id="helioviewer-url-box-msg"></span>
<form style="margin-top: 5px;">
<input aria-label="Viewport URL" type="text" class="helioviewer-url-input-box helioviewer-url-input-box-video" style="width:98%;" value="https://helioviewer.org" />
<label for="helioviewer-url-shorten">Shorten link: </label>
<input id="helioviewer-url-shorten" type="checkbox" class="helioviewer-url-shorten" />
<input type="hidden" class="helioviewer-short-url" value="" />
<input type="hidden" class="helioviewer-long-url" value="" />
<input aria-label="Movie URL" type="text" class="helioviewer-url-input-box helioviewer-url-input-box-video" style="width:98%;" value="https://helioviewer.org" readonly/>
</form>
</div>
</div>

0 comments on commit a751ef5

Please sign in to comment.