diff --git a/docs/panels.rst b/docs/panels.rst index a4e696b0c..cf66bd2e0 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -351,11 +351,11 @@ JavaScript API ~~~~~~~~~~~~~~ Panel templates should include any JavaScript files they need. There are a few -common methods available, as well as the toolbar's version of jQuery. +common methods available. .. js:function:: djdt.close - Triggers the event to close any active panels. + Closes the topmost level (window/panel/toolbar) .. js:function:: djdt.cookie.get @@ -378,10 +378,6 @@ common methods available, as well as the toolbar's version of jQuery. Closes any panels and hides the toolbar. -.. js:function:: djdt.jQuery - - This is the toolbar's version of jQuery. - .. js:function:: djdt.show_toolbar Shows the toolbar.