1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: "Dr. Tobias Quathamer" <toddy@debian.org>
Date: Wed, 11 Oct 2023 17:44:12 +0200
Subject: Remove possible privacy breach in documentation
This script is probably not needed, because the
specified URL is 404.
---
doc/_templates/layout.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 847e53c..f5d954b 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -1,7 +1,6 @@
{% extends "!layout.html" %}
{% set css_files = css_files + ["_static/tablefix.css"] %}
{%- block footer %}
- <script src="https://cdn.openshot.org/static/vendor/iframeSizer/iframeResizer.contentWindow.min.js"></script>
<script>
$( document ).ready(function() {
<!-- Adds target=_blank to external links -->
|