From 274b43c4465b1b65378fb071e97408491db1e221 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?= Date: Sat, 13 May 2023 12:12:14 +0100 Subject: [PATCH] remove non-used privacy-breach code Forwarded: not-needed Last-Update: 2015-02-18 This code makes Lintian unhappy. But we are really not using it, it only gets inserted when building the online doc. Anyways the best way to calm down Lintian is to simply remove it. Gbp-Pq: Name remove_privacy_breaches.diff --- doc/global/template/scripts/main.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/global/template/scripts/main.js b/doc/global/template/scripts/main.js index 823cebecf..7d99e00b7 100644 --- a/doc/global/template/scripts/main.js +++ b/doc/global/template/scripts/main.js @@ -94,11 +94,6 @@ $(document).ready(function($) { }); $( window ).load(function() { - load_sdk('script', 'facebook-jssdk','//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=207346529386114&version=v2.0'); - load_sdk('script', 'twitter-wjs', '//platform.twitter.com/widgets.js'); - $.getScript("//www.google.com/jsapi", function(){ - google.load("feeds", "1", {"callback": oneQt.liveFeeds}); - }); }); var oneQt = { -- 2.30.2