Skip to content

Commit

Permalink
Fix logo upload
Browse files Browse the repository at this point in the history
  • Loading branch information
havok89 committed Mar 27, 2017
1 parent 6a9d909 commit a069dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoosk/hoosk0/views/admin/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function submitForm(event, data)
}

var files;
$('input[name=logo_upload]').on('change', prepareUpload);
$('input[name=file_upload]').on('change', prepareUpload);
}
if(document.getElementById('favicon_upload'))
{
Expand Down

0 comments on commit a069dc2

Please sign in to comment.