diff --git a/services/web/public/coffee/ide/chat/directives/mathjax.coffee b/services/web/public/coffee/directives/mathjax.coffee similarity index 100% rename from services/web/public/coffee/ide/chat/directives/mathjax.coffee rename to services/web/public/coffee/directives/mathjax.coffee diff --git a/services/web/public/coffee/ide/chat/index.coffee b/services/web/public/coffee/ide/chat/index.coffee index de9c46d62d..f2f146c745 100644 --- a/services/web/public/coffee/ide/chat/index.coffee +++ b/services/web/public/coffee/ide/chat/index.coffee @@ -2,6 +2,6 @@ define [ "ide/chat/controllers/ChatButtonController" "ide/chat/controllers/ChatController" "ide/chat/controllers/ChatMessageController" - "ide/chat/directives/mathjax" + "directives/mathjax" "filters/wrapLongWords" ], () -> \ No newline at end of file