From d5cd794c01d0e3a7774e01051fa485a82897731d Mon Sep 17 00:00:00 2001 From: Alessandro Cosentino Date: Mon, 8 Oct 2012 20:23:32 -0400 Subject: split firstrun template from main template --- js/firstrun.js | 0 js/main.js | 2 -- 2 files changed, 2 deletions(-) create mode 100644 js/firstrun.js (limited to 'js') diff --git a/js/firstrun.js b/js/firstrun.js new file mode 100644 index 000000000..e69de29bb diff --git a/js/main.js b/js/main.js index 80f69742c..e8942e096 100644 --- a/js/main.js +++ b/js/main.js @@ -34,8 +34,6 @@ $(document).ready(function(){ // populate folderlist $('#addfeed_dialog .menu').empty(); - - // http://9gag.com/trending var $rootFolder = $('
  • ').addClass('menuItem').html($('').html(t('News', 'None'))); $rootFolder.click(function(){ -- cgit v1.2.3