From aaa0b4fa6d264b63efd1db9d9f98d06fc4a6ec9c Mon Sep 17 00:00:00 2001 From: tux091 <renaud.legac@free.fr> Date: Tue, 31 Jan 2012 17:35:26 +0100 Subject: [PATCH] Remove bodyReset configuration since the CSS is defined in the view. --- modules/plugin_dbui/navtree.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/plugin_dbui/navtree.py b/modules/plugin_dbui/navtree.py index b25306db..cef07175 100644 --- a/modules/plugin_dbui/navtree.py +++ b/modules/plugin_dbui/navtree.py @@ -57,7 +57,6 @@ def to_panelWithUrlSelector(formItems, # configuration of the main panel displaying URL cfg['panelCfg'] = {'plugins': [], - 'preventBodyReset': True, 'xtype': 'panel'} if is_mathjax: -- GitLab