changed 'contribute' to 'source and added .jpg type
This commit is contained in:
parent
7f090bd17b
commit
58fd246117
2 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ function validateFile(file) {
|
|||
// validate size and type
|
||||
switch (file.type) {
|
||||
case 'image/jpeg':
|
||||
case 'image/jpg':
|
||||
case 'image/png':
|
||||
case 'image/gif':
|
||||
if (file.size > 10000000){
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<h1 id="title"><a href="/">Spee.ch</a></h1><span class="top-bar-left">(beta)</span>
|
||||
<span class="top-bar-tagline">Open-source, decentralized image and video hosting.</span>
|
||||
<a href="/about" class="top-bar-right">help</a>
|
||||
<a href="https://github.com/lbryio/spee.ch" target="_blank" class="top-bar-right">contribute</a>
|
||||
<a href="https://github.com/lbryio/spee.ch" target="_blank" class="top-bar-right">source</a>
|
||||
|
||||
|
||||
</div>
|
Loading…
Reference in a new issue