From 8eee6fc5aa01eee8de89795feb6f0347832e59c0 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 3 Nov 2014 09:03:51 +0100 Subject: [PATCH] removed useless empty lines --- themes/default/js/ppastats.js | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/default/js/ppastats.js b/themes/default/js/ppastats.js index 8217d55..410b41a 100644 --- a/themes/default/js/ppastats.js +++ b/themes/default/js/ppastats.js @@ -86,7 +86,6 @@ function ppastats_distros(distros) { }); } - function ppastats_pkg(json_url) { $(document).ready(function() { $.getJSON(json_url, function(data) { -- 2.7.4