make the 'noshare' checkbox checked by default for photo upload

This commit is contained in:
Tobias Diekershoff 2015-07-17 17:05:55 +02:00
parent 5b96c7b3e3
commit bbd2e4abc1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<div id="photos-upload-exist-end"></div>
<div id="photos-upload-noshare-div" class="photos-upload-noshare-div" >
<input id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" />
<input id="photos-upload-noshare" type="checkbox" name="not_visible" value="1" checked/>
<label id="photos-upload-noshare-text" for="photos-upload-noshare" >{{$nosharetext}}</label>
</div>