Commit 92c9052a authored by Tim Graham's avatar Tim Graham
Browse files

Merge pull request #1210 from alasdairnicol/jquery_cookie_plugin_link

Updated link to jQuery Cookie plugin site
parents c4fb8326 81f454a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ Acquiring the token is straightforward:
    var csrftoken = getCookie('csrftoken');

The above code could be simplified by using the `jQuery cookie plugin
<http://plugins.jquery.com/project/Cookie>`_ to replace ``getCookie``:
<http://plugins.jquery.com/cookie/>`_ to replace ``getCookie``:

.. code-block:: javascript