mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-14 14:09:26 +02:00
Implement bookmarklet
This commit is contained in:
9
bookmarks/templates/bookmarks/close.html
Normal file
9
bookmarks/templates/bookmarks/close.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends "bookmarks/layout.html" %}
|
||||
|
||||
{% block content %}
|
||||
<script type="application/javascript">
|
||||
window.close()
|
||||
</script>
|
||||
<p>You can now close this window.</p>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user