Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
b4e74a52
Commit
b4e74a52
authored
Apr 18, 2018
by
Abinaya Sudhir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modal Hide feature added
parent
ba39dcfb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
AddCorpusview.purs
src/AddCorpusview.purs
+2
-0
No files found.
src/AddCorpusview.purs
View file @
b4e74a52
...
@@ -21,6 +21,7 @@ import Data.Maybe (Maybe(..), fromMaybe)
...
@@ -21,6 +21,7 @@ import Data.Maybe (Maybe(..), fromMaybe)
import Data.MediaType.Common (applicationJSON)
import Data.MediaType.Common (applicationJSON)
import Data.Tuple (Tuple(..))
import Data.Tuple (Tuple(..))
import Landing as L
import Landing as L
import Modal (modalHide)
import Network.HTTP.Affjax (AJAX, affjax, defaultRequest)
import Network.HTTP.Affjax (AJAX, affjax, defaultRequest)
import Network.HTTP.RequestHeader (RequestHeader(..))
import Network.HTTP.RequestHeader (RequestHeader(..))
import Prelude hiding (div)
import Prelude hiding (div)
...
@@ -83,6 +84,7 @@ performAction (LoadDatabaseDetails) _ _ = void do
...
@@ -83,6 +84,7 @@ performAction (LoadDatabaseDetails) _ _ = void do
performAction GO _ _ = void do
performAction GO _ _ = void do
lift $ setHash "/corpus"
lift $ setHash "/corpus"
_ <- liftEff $ modalHide "addCorpus"
modifyState id
modifyState id
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment