From 36b950cdd3944a7e8d924927225b8b3a6f4a2f56 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 24 Mar 2013 12:23:01 +0100 Subject: [PATCH] export 'checkboxes' to the js plugin as well of course --- plugins/hazelnut/hazelnut.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hazelnut/hazelnut.py b/plugins/hazelnut/hazelnut.py index ea6643ab..d8a6ca0f 100644 --- a/plugins/hazelnut/hazelnut.py +++ b/plugins/hazelnut/hazelnut.py @@ -33,4 +33,4 @@ class Hazelnut (Plugin): return reqs # the list of things passed to the js plugin - def json_settings_list (self): return ['plugin_uuid','query_uuid'] + def json_settings_list (self): return ['plugin_uuid','query_uuid','checkboxes'] -- 2.43.0