From 85950de71709d44571ef3e3b19f582a3f4d196aa Mon Sep 17 00:00:00 2001 From: Bill Little Date: Tue, 4 Jun 2019 14:31:08 +0200 Subject: [PATCH] fix site.js json --- site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.js b/site.js index b5222c8..b4fc371 100644 --- a/site.js +++ b/site.js @@ -303,7 +303,7 @@ $(document).ready(function (){ 'Apache Spark': [ {content: 'Python 2 & 3', start: '2015-07-15', end: '2020-04-01', py2:true}, {content: 'Python 3 only', start: '2020-04-01', end: '2023-12-31'}, - ] + ], 'Iris': [ {content: '1.x', start: '2015-12-10', end: '2018-02-14', py2:true}, {content: '2.x', start: '2018-02-14', end: '2019-12-31', py2:true},