From 42c47f0ba617db73daed2c2f0b4eb582c8704b82 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 27 Sep 2016 17:13:06 +0200 Subject: [PATCH] do not require/load the non-existing module 'notification' --- js/require_config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/require_config.js b/js/require_config.js index 4f1100e799..2520dec3ca 100644 --- a/js/require_config.js +++ b/js/require_config.js @@ -45,7 +45,6 @@ }); require([ - 'app', - 'notification' + 'app' ]); })();