From f2aee9b36e705f7661a064546d3b5a64b5ff04ab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?= Date: Sun, 22 Sep 2024 22:08:16 +0300 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 823cebec..7d99e00b 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