Skip to content
Extraits de code Groupes Projets
Valider 434b0779 rédigé par mattpiwik's avatar mattpiwik
Parcourir les fichiers

Refs #3332 Fixing JS error on admin pages

FYI since Piwik_Controller is only used for reports controllers (where as Piwik_Controller_Admin is for admin controllers), the separator wasn't set on admin screens

git-svn-id: http://dev.piwik.org/svn/trunk@7143 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 447215bd
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
{if isset($maxDateMonth)}piwik.maxDateMonth = parseInt("{$maxDateMonth}", 10);{/if} {if isset($maxDateMonth)}piwik.maxDateMonth = parseInt("{$maxDateMonth}", 10);{/if}
{if isset($maxDateDay)}piwik.maxDateDay = parseInt("{$maxDateDay}", 10);{/if} {if isset($maxDateDay)}piwik.maxDateDay = parseInt("{$maxDateDay}", 10);{/if}
{if isset($language)}piwik.language = "{$language}";{/if} {if isset($language)}piwik.language = "{$language}";{/if}
{if !empty($config_action_url_category_delimiter)}
piwik.config = {literal}{}{/literal}; piwik.config = {literal}{}{/literal};
piwik.config.action_url_category_delimiter = "{$config_action_url_category_delimiter}"; piwik.config.action_url_category_delimiter = "{$config_action_url_category_delimiter}";
{/if}
</script> </script>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter