From a1be17c1cea81ebb1e8b131a662c698d78f3f7f2 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Mon, 4 Jun 2018 13:17:38 +0200 Subject: Issue #303 Part 1: Move basilisk files from /browser to /application/basilisk --- browser/components/feeds/content/subscribe.js | 25 -------- browser/components/feeds/content/subscribe.xhtml | 74 ------------------------ 2 files changed, 99 deletions(-) delete mode 100644 browser/components/feeds/content/subscribe.js delete mode 100644 browser/components/feeds/content/subscribe.xhtml (limited to 'browser/components/feeds/content') diff --git a/browser/components/feeds/content/subscribe.js b/browser/components/feeds/content/subscribe.js deleted file mode 100644 index 05a564bf1..000000000 --- a/browser/components/feeds/content/subscribe.js +++ /dev/null @@ -1,25 +0,0 @@ -/* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -/* global BrowserFeedWriter */ - -var SubscribeHandler = { - /** - * The nsIFeedWriter object that produces the UI - */ - _feedWriter: null, - - init: function SH_init() { - this._feedWriter = new BrowserFeedWriter(); - }, - - writeContent: function SH_writeContent() { - this._feedWriter.writeContent(); - }, - - uninit: function SH_uninit() { - this._feedWriter.close(); - } -}; diff --git a/browser/components/feeds/content/subscribe.xhtml b/browser/components/feeds/content/subscribe.xhtml deleted file mode 100644 index a55c80053..000000000 --- a/browser/components/feeds/content/subscribe.xhtml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - %htmlDTD; - - %globalDTD; - - %feedDTD; -]> - - - - - - &feedPage.title; - - - -
-
- - - -
-

-

-

-
-
-
- - -- cgit v1.2.3