Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mharthoorn committed Feb 24, 2016
1 parent 50008f8 commit 39f0b66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs_simplifier/simplifierWriteConnector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ There are several things that you will likely do when you write a connector scri
If you wish to fetch data from a server

.. code-block:: Javascript
$.get(url).succes(function()
{
Expand All @@ -22,6 +23,7 @@ If you wish to fetch data from a server
To redirect to a different page, with a POST body payload:

.. code-block:: Javascript
$.redirect(url, body);
Place holders
Expand Down

0 comments on commit 39f0b66

Please sign in to comment.