From 69217f2c406a23360640195d44724f0d5d0cef7c Mon Sep 17 00:00:00 2001 From: Slava Date: Thu, 17 Dec 2015 12:12:57 +0200 Subject: [PATCH] remove G+ old code --- src/social-likes.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/social-likes.js b/src/social-likes.js index 5512685..a9de714 100644 --- a/src/social-likes.js +++ b/src/social-likes.js @@ -123,16 +123,6 @@ return; } - if (!window.services) window.services = {}; - window.services.gplus = { - cb: function(number) { - if (typeof number === 'string') { - number = number.replace(/\D/g, ''); - } - options._.resolve(parseInt(number, 10)); - } - }; - options._ = deferred; $.ajax({ url: makeUrl(jsonUrl),