From 9a8f9ca715d1f1955843cb2f720108a69637581a Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Thu, 6 Sep 2018 09:44:57 +0200 Subject: [PATCH 1/2] rm remaining mention of jquery in docs --- docs/panels.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/panels.rst b/docs/panels.rst index a4e696b0c..2e1b801ac 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -351,7 +351,7 @@ 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 @@ -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. From e1e8071e69d852ecf0eb3e8724f5bbe84dd475a5 Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Thu, 6 Sep 2018 09:45:13 +0200 Subject: [PATCH 2/2] fix docs on djdt.close() --- docs/panels.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/panels.rst b/docs/panels.rst index 2e1b801ac..cf66bd2e0 100644 --- a/docs/panels.rst +++ b/docs/panels.rst @@ -355,7 +355,7 @@ 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