This commit is contained in:
Alexandre Nizoux 2017-08-02 18:52:17 +02:00
parent 6f88225661
commit 0047733b74
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ $(document).ready(function(){
var dropZone = document.getElementById('files');
dropZone.addEventListener('dragover', handleDragOver, false);
dropZone.addEventListener('drop', handleDrop, false);
$('label[for="first-view"').on('click', function(){
$('label[for="first-view"]').on('click', function(){
if ($('#first-view').attr('data-checked') && $('#first-view').attr('data-checked') === 'data-checked') {
$('#first-view').attr('data-checked', null);
} else {