remove non-used privacy-breach code
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. Forwarded: not-needed Last-Update: 2015-02-18 Gbp-Pq: Name remove_privacy_breaches.diff
This commit is contained in:
parent
5b9624d6e5
commit
8f107b318c
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue