diff options
Diffstat (limited to 'docs/ref/contrib/admin/javascript.txt')
| -rw-r--r-- | docs/ref/contrib/admin/javascript.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/admin/javascript.txt b/docs/ref/contrib/admin/javascript.txt index bf94655f38..089ef0e618 100644 --- a/docs/ref/contrib/admin/javascript.txt +++ b/docs/ref/contrib/admin/javascript.txt @@ -55,9 +55,9 @@ Two points to keep in mind: various operations in the change form and we need that to be rendered too. Sometimes you'll need to work with ``jQuery`` plugins that are not registered -in the ``django.jQuery`` namespace. To do that, simply change how the code -listens for events. Instead of wrapping the listener in the ``django.jQuery`` -namespace, just listen to the event triggered from there. For example: +in the ``django.jQuery`` namespace. To do that, change how the code listens for +events. Instead of wrapping the listener in the ``django.jQuery`` namespace, +listen to the event triggered from there. For example: .. code-block:: html+django |
