Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/webmentions.js')
-rw-r--r--assets/js/webmentions.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/assets/js/webmentions.js b/assets/js/webmentions.js
index 0576560..b19dd7b 100644
--- a/assets/js/webmentions.js
+++ b/assets/js/webmentions.js
@@ -4,9 +4,6 @@
const ANON_AVATAR = 'data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"%3E%3Cpath fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-6-3a2 2 0 11-4 0 2 2 0 014 0zm-2 4a5 5 0 00-4.546 2.916A5.986 5.986 0 0010 16a5.986 5.986 0 004.546-2.084A5 5 0 0010 11z" clip-rule="evenodd" /%3E%3C/svg%3E';
const fetchWebmentions = (url, aliases, productionBaseUrl) => {
- if (!document.getElementById('comments')) {
- return;
- }
if (!url) {
url = document.location.origin + document.location.pathname;
}