aboutsummaryrefslogtreecommitdiffstats
path: root/etherpad/src/plugins/urlIndexer/hooks.js
diff options
context:
space:
mode:
Diffstat (limited to 'etherpad/src/plugins/urlIndexer/hooks.js')
-rw-r--r--etherpad/src/plugins/urlIndexer/hooks.js7
1 files changed, 6 insertions, 1 deletions
diff --git a/etherpad/src/plugins/urlIndexer/hooks.js b/etherpad/src/plugins/urlIndexer/hooks.js
index 45d37f1..e0ff050 100644
--- a/etherpad/src/plugins/urlIndexer/hooks.js
+++ b/etherpad/src/plugins/urlIndexer/hooks.js
@@ -41,4 +41,9 @@ function padModelWriteToDB(args) {
sqlobj.insert("PAD_URL", {PAD_ID: args.padId, URL: new_urls[i]});
}
}
-} \ No newline at end of file
+}
+
+function docbarItemsTagBrowser() {
+ return ["<td class='docbarbutton'><a href='/ep/url/'>URLs</a></td>"];
+}
+