From a6639b067f093c715a88e032f0bb96ae03d54f97 Mon Sep 17 00:00:00 2001 From: acognet Date: Fri, 19 Jun 2020 12:26:08 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B0309=20-=20Afficher=20les=20arbres=20pli?= =?UTF-8?q?=C3=A9s=20ou=20d=C3=A9pli=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/ui.extkeywidget.class.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/ui.extkeywidget.class.inc.php b/application/ui.extkeywidget.class.inc.php index 6426ddf515..a162cc8c53 100644 --- a/application/ui.extkeywidget.class.inc.php +++ b/application/ui.extkeywidget.class.inc.php @@ -652,7 +652,6 @@ HTML $oPage->add(''); $oPage->add_ready_script("\$('#tree_$this->iId ul').treeview({ control: '#treecontrolid', persist: 'false'});\n"); - $oPage->add_ready_script("\$('#tree_$this->iId ul').treeview();\n"); $oPage->add_ready_script("\$('#dlg_tree_$this->iId').dialog({ width: 'auto', height: 'auto', autoOpen: true, modal: true, title: '$sDialogTitle', resizeStop: oACWidget_{$this->iId}.OnHKResize, close: oACWidget_{$this->iId}.OnHKClose });\n"); }