Skip to content

Commit

Permalink
Merge pull request #150 from JanMalte/patch-1
Browse files Browse the repository at this point in the history
docs: fix syntax for trigger activity example in FAQs
  • Loading branch information
mpasternak committed Jul 20, 2023
2 parents 266cc7c + 86bba3e commit 988b8ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/faq.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
How to trigger activity programaticaly in JS ?
----------------------------------------------

Call `sessionSecurity.activity()
<http://django-session-security.readthedocs.org/en/master/_static/script.html#section-11>`
every time you want to programaticaly trigger an activity.
Call ``sessionSecurity.activity()`` [#script]_ every time you want to programaticaly trigger an activity.

.. [#script] http://django-session-security.readthedocs.org/en/master/_static/script.html#section-11
How to disable the "Are you sure you want to leave this page?" warning ?
------------------------------------------------------------------------
Expand Down

0 comments on commit 988b8ff

Please sign in to comment.