From c25395d80b8937398f20b01caa7bf9bf7308f064 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Fri, 4 Nov 2016 10:25:08 +0000 Subject: [PATCH] fix links to wiki --- .../web/public/coffee/ide/connection/ConnectionManager.coffee | 2 +- services/web/public/coffee/ide/editor/EditorManager.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/web/public/coffee/ide/connection/ConnectionManager.coffee b/services/web/public/coffee/ide/connection/ConnectionManager.coffee index cc5087fa6b..afbc656a02 100644 --- a/services/web/public/coffee/ide/connection/ConnectionManager.coffee +++ b/services/web/public/coffee/ide/connection/ConnectionManager.coffee @@ -100,7 +100,7 @@ define [], () -> @ide.socket.on "connect_failed", () => @connected = false $scope.$apply () => - @$scope.state.error = "Unable to connect, please view the connection problems guide to fix the issue." + @$scope.state.error = "Unable to connect, please view the connection problems guide to fix the issue." # We can get a "disconnect" event at any point after the # "connect" event. diff --git a/services/web/public/coffee/ide/editor/EditorManager.coffee b/services/web/public/coffee/ide/editor/EditorManager.coffee index 105313ba4c..f0cbb4c048 100644 --- a/services/web/public/coffee/ide/editor/EditorManager.coffee +++ b/services/web/public/coffee/ide/editor/EditorManager.coffee @@ -109,7 +109,7 @@ define [ @ide.reportError(error, meta) @ide.showGenericMessageModal( "Out of sync" - "Sorry, this file has gone out of sync and we need to do a full refresh.
Please see this help guide for more information" + "Sorry, this file has gone out of sync and we need to do a full refresh.
Please see this help guide for more information" ) @openDoc(doc, forceReopen: true)