From 0499b280514dfd8592fe5564763ce7de62e9c96f Mon Sep 17 00:00:00 2001 From: Balazs Gibizer Date: Fri, 1 Sep 2017 12:37:03 +0200 Subject: [PATCH] doc: fix show-hide sample in notification devref The new doc template includes jquery too late and therefore showing and hindig notification samples and auto hiding them by default doesn't work. This patch loads the jquery lib earlier for the notification devref. Closes-Bug: #1713974 Closes-Bug: #1714363 Change-Id: I07db4755c69d493e591761578d1077bb44acda41 --- doc/ext/versioned_notifications.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ext/versioned_notifications.py b/doc/ext/versioned_notifications.py index 64b3babba91d..5d80ed642109 100644 --- a/doc/ext/versioned_notifications.py +++ b/doc/ext/versioned_notifications.py @@ -34,6 +34,10 @@ class VersionedNotificationDirective(Directive): SAMPLE_ROOT = 'doc/notification_samples/' TOGGLE_SCRIPT = """ + + +