From e72956ebac635ed6e3ee6de2e28fdcdb40323569 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Wed, 1 Jul 2020 20:28:54 +0100 Subject: [PATCH] cleanup --- template/static/javascripts/app.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/template/static/javascripts/app.js b/template/static/javascripts/app.js index 600ed5a..48c8921 100644 --- a/template/static/javascripts/app.js +++ b/template/static/javascripts/app.js @@ -25,11 +25,6 @@ var vm = new Vue({ 'feeds': [], 'feedSelected': null, 'items': [], - 'x': [ - {'id': '123', 'title': 'Apple Pulls Pocket Casts and Castro From Chinese App Store', 'status': 'unread', 'feed_id': 2, 'date': 1592250298}, - {'id': '456', 'title': 'On Apple Announcing the ARM Mac Transition at WWDC This Month', 'status': 'starred', 'feed_id': 2, 'date': 1592250298}, - {'id': '789', 'title': 'Marques Brownlee: ‘Reflecting on the Color of My Skin’', 'status': 'read', 'feed_id': 2, 'date': 1592250298}, - ], 'itemSelected': null, 'settings': 'manage', 'newFolderTitle': null,