From ce05724cd3aca63b18ce582564891ebd06411676 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Wed, 20 Nov 2013 13:54:55 +0100 Subject: [PATCH] Fix #1586 : jQuery UI error in thesaurus tab selection --- templates/web/prod/thesaurus.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/web/prod/thesaurus.js b/templates/web/prod/thesaurus.js index a52485908b..13d1074867 100644 --- a/templates/web/prod/thesaurus.js +++ b/templates/web/prod/thesaurus.js @@ -541,7 +541,7 @@ function C_MenuOption(menuItem, menu, option, parm) // set the content of the wizard $("#THPD_WIZARDS .wiz_1 .txt").html(msg); // ... and switch to the thesaurus tab - p4.thesau.tabs.tabs('active', 0); + p4.thesau.tabs.tabs('option', 'active', 0); thesauShowWizard("wiz_1", true); break; @@ -567,7 +567,7 @@ function C_MenuOption(menuItem, menu, option, parm) msg = $.sprintf('{{ messageMany |e }}', trees.C._selInfos.n); } - p4.thesau.tabs.tabs('active', 0); + p4.thesau.tabs.tabs('option', 'active', 0); // set the content of the wizard $("#THPD_WIZARDS .wiz_2 .txt").html(msg);