Skip to content

Commit

Permalink
Fixed API
Browse files Browse the repository at this point in the history
  • Loading branch information
achillesrasquinha committed Dec 21, 2017
1 parent 479e4da commit f9663f2
Show file tree
Hide file tree
Showing 7 changed files with 117,156 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ python:
- "3.6-dev"
- "3.7-dev"
install:
- make install
- curl -sL bit.do/get-candis | python
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"editor.fontFamily": "Consolas"
"editor.fontFamily": "Consolas",
"python.pythonPath": "${workspaceFolder}/venv/bin/python"
}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ install:

$(BUNDLER) install

$(PYTHON) setup.py install
$(PYTHON) setup.py develop

make clean

Expand Down
2 changes: 1 addition & 1 deletion Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: $PYTHON -m candis
web: $PYTHON -m candis
node: npm start
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
</h4>

<p align="center">
<a href="https://travis-ci.org/HelikarLab/candis">
<img src="https://img.shields.io/travis/HelikarLab/candis.svg?style=flat-square">
</a>
<a href="http://candis.readthedocs.io">
<img src="https://readthedocs.org/projects/candis/badge/?version=latest"/>
</a>
Expand Down
117,148 changes: 117,147 additions & 1 deletion candis/app/assets/js/bundle.min.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions candis/app/client/app/component/form/SignInForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ class SignInForm extends React.Component {
}

onSubmit (event) {
if ( !event.isDefaultPrevented() )
event.preventDefault()
event.preventDefault()

const props = this.props

Expand Down

0 comments on commit f9663f2

Please sign in to comment.