Browse Source

forgot a ,

tags/v4.5.0beta3
Robin Appelman 11 years ago
parent
commit
9beb958845
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/js/js.js

+ 1
- 1
core/js/js.js View File

@@ -159,7 +159,7 @@ OC={
},
dirname: function(path) {
return path.replace(/\\/g,'/').replace(/\/[^\/]*$/, '');;
}
},
/**
* do a search query and display the results
* @param query the search query

Loading…
Cancel
Save