diff --git a/templates/web/prod/index.html.twig b/templates/web/prod/index.html.twig index 29a7ee639d..02e77d4c41 100644 --- a/templates/web/prod/index.html.twig +++ b/templates/web/prod/index.html.twig @@ -160,15 +160,15 @@ -
+
{% import 'prod/WorkZone/Macros.html.twig' as WorkZoneMacros %} {{WorkZoneMacros.make_bloc(app, WorkZone)}}
{% if GV_thesaurus %} -
-
+
-
+
    {% for base in search_datas['bases'] %} diff --git a/www/skins/prod/jquery.main-prod.js b/www/skins/prod/jquery.main-prod.js index 72013c8dab..ecfe2df5dc 100644 --- a/www/skins/prod/jquery.main-prod.js +++ b/www/skins/prod/jquery.main-prod.js @@ -1414,11 +1414,6 @@ $(document).ready(function(){ }); $('#idFrameC .tabs').tabs({ - load: function(event, ui) - { - if(ui.newTab.hash=="#thesaurus_tab") - thesau_show(); - }, activate: function(event, ui){ p4.WorkZone.open(); }