summaryrefslogtreecommitdiffstats
path: root/js/directive
diff options
context:
space:
mode:
Diffstat (limited to 'js/directive')
-rw-r--r--js/directive/NewsTooltip.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/js/directive/NewsTooltip.js b/js/directive/NewsTooltip.js
deleted file mode 100644
index 8e15e5088..000000000
--- a/js/directive/NewsTooltip.js
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- * ownCloud - News
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright Bernhard Posselt 2014
- */
-app.directive('newsTooltip', () => {
- 'use strict';
-
- return (scope, elem) => {
- elem.tooltip();
- };
-
-}); \ No newline at end of file