Link to maintainership/funding post
[grauphel.git] / js / loader.js
1 $(document).ready(function() {
2     // translate search result type
3     if (OC.search !== undefined) {
4         OC.search.resultTypes.note = 'Note';
5     }
6 });