aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/loader.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/loader.js b/js/loader.js
new file mode 100644
index 0000000..84c2342
--- /dev/null
+++ b/js/loader.js
@@ -0,0 +1,4 @@
+$(document).ready(function() {
+ // translate search result type
+ OC.search.resultTypes.note = 'Note';
+}); \ No newline at end of file