fix intendation
This commit is contained in:
parent
44441b56d6
commit
658758c3f7
1 changed files with 3 additions and 3 deletions
|
@ -874,7 +874,7 @@ window.FileList={
|
|||
|
||||
$(document).ready(function() {
|
||||
var baseDir,
|
||||
isPublic = !!$('#isPublic').val();
|
||||
isPublic = !!$('#isPublic').val();
|
||||
|
||||
// handle upload events
|
||||
var file_upload_start = $('#file_upload_start');
|
||||
|
|
Loading…
Reference in a new issue