From 9e684761e12ad31d8c5996e7f960fd99b1f8f23e Mon Sep 17 00:00:00 2001 From: nsensfel Date: Thu, 6 Sep 2018 18:39:54 +0200 Subject: Login redirects to main menu if already connected. --- src/map-editor/src/Struct/HelpRequest.elm | 3 +-- src/map-editor/src/Struct/Model.elm | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'src/map-editor') diff --git a/src/map-editor/src/Struct/HelpRequest.elm b/src/map-editor/src/Struct/HelpRequest.elm index 774ecdc..61bf3aa 100644 --- a/src/map-editor/src/Struct/HelpRequest.elm +++ b/src/map-editor/src/Struct/HelpRequest.elm @@ -2,8 +2,7 @@ module Struct.HelpRequest exposing (Type(..)) -- Elm ------------------------------------------------------------------------- --- Battlemap ------------------------------------------------------------------- -import Struct.Toolbox +-- Map Editor ------------------------------------------------------------------ -------------------------------------------------------------------------------- -- TYPES ----------------------------------------------------------------------- diff --git a/src/map-editor/src/Struct/Model.elm b/src/map-editor/src/Struct/Model.elm index e8135f1..70b840f 100644 --- a/src/map-editor/src/Struct/Model.elm +++ b/src/map-editor/src/Struct/Model.elm @@ -10,8 +10,6 @@ module Struct.Model exposing ) -- Elm ------------------------------------------------------------------------- -import Array - import Dict -- Map ------------------------------------------------------------------- @@ -24,8 +22,6 @@ import Struct.TilePattern import Struct.Toolbox import Struct.UI -import Util.Array - -------------------------------------------------------------------------------- -- TYPES ----------------------------------------------------------------------- -------------------------------------------------------------------------------- -- cgit v1.2.3-70-g09d2