Sfoglia il codice sorgente

forgot a ,

tags/v4.5.0beta3
Robin Appelman 12 anni fa
parent
commit
9beb958845
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      core/js/js.js

+ 1
- 1
core/js/js.js Vedi 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…
Annulla
Salva