From 782b70bda6dc717d9fc1eea8fe1616ddc1f9aa02 Mon Sep 17 00:00:00 2001 From: Oleg Korshul Date: Fri, 21 Jul 2017 17:56:50 +0300 Subject: [PATCH] app_dev.reporter.js --- apps/presentationeditor/main/app_dev.reporter.js | 3 +++ apps/presentationeditor/main/index.reporter.html | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/presentationeditor/main/app_dev.reporter.js b/apps/presentationeditor/main/app_dev.reporter.js index 79710f01e..0c073828d 100644 --- a/apps/presentationeditor/main/app_dev.reporter.js +++ b/apps/presentationeditor/main/app_dev.reporter.js @@ -68,6 +68,9 @@ require.config({ }); require([ + 'sockjs', + 'xregexp', + 'underscore' ], function () { var _msg_func = function(msg) { diff --git a/apps/presentationeditor/main/index.reporter.html b/apps/presentationeditor/main/index.reporter.html index f33ee7d3f..d36602f49 100644 --- a/apps/presentationeditor/main/index.reporter.html +++ b/apps/presentationeditor/main/index.reporter.html @@ -259,7 +259,9 @@ - + + +