Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-01-22 14:47:00 +0300
committerJoas Schilling <coding@schilljs.com>2018-01-24 10:57:48 +0300
commit7aefbc9da26c545840c1d5b4a5054418b54e9b68 (patch)
treef2ecdbf6b244e7256fbffb722e36402fad45eab0 /lib
parent949715b028beaf7effeb22fed6c710b36bd57a7d (diff)
WebPack
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/AppInfo/Application.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 0666b05..b017453 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -63,12 +63,6 @@ class Application extends \OCP\AppFramework\App {
&& substr($request->getPathInfo(), 0, strlen('/s/')) !== '/s/'
&& substr($request->getPathInfo(), 0, strlen('/login/')) !== '/login/') {
- if (\OC::$server->getConfig()->getSystemValue('debug', false)) {
- Util::addScript('notifications', 'vue');
- } else {
- Util::addScript('notifications', 'vue.min');
- }
-
Util::addScript('notifications', 'merged');
Util::addStyle('notifications', 'styles');
}