Skip to content
Snippets Groups Projects
Commit 7bdda2b8 authored by Aaron Reichman's avatar Aaron Reichman
Browse files

First commit, changing capitalization

parent 1e4432c5
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ OC_FILES.rename_callback=function(req,file){
}
OC_FILES.remove=function(dir,file){
remove=confirm('delete file \''+file+'\'?');
remove=confirm('Delete file \''+file+'\'?');
if(remove){
OC_API.run('delete',{dir:dir,file:file},OC_FILES.remove_callback,file)
OC_FILES.browser.files.remove(file);
......@@ -403,4 +403,4 @@ OC_FILES.fileActions.image.show=function(){
OC_FILES.browser.showImage(this.dir,this.file);
}
OC_FILES.fileActions.image['default']=OC_FILES.fileActions.image.show;
\ No newline at end of file
OC_FILES.fileActions.image['default']=OC_FILES.fileActions.image.show;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment