diff --git a/admin/survey/classes/class.Common.php b/admin/survey/classes/class.Common.php index 5f22d84e6..f2cde6be2 100644 --- a/admin/survey/classes/class.Common.php +++ b/admin/survey/classes/class.Common.php @@ -1610,6 +1610,11 @@ class Common { $help_url = 'https://www.1ka.si/d/en/help/user-guide/edit/settings'; } + // Moje ankete - narocila + else if ($_GET['a'] == 'narocila') { + $help_url = 'https://www.1ka.si/d/en/services'; + } + // Ostale default podstrani else { switch ($podstran) { @@ -2026,6 +2031,12 @@ class Common { else if ($_GET['a'] == 'branching') { $help_url = 'https://www.1ka.si/d/sl/pomoc/vodic-za-uporabnike/urejanje/vprasalnik'; } + + // Moje ankete - narocila + else if ($_GET['a'] == 'narocila') { + $help_url = 'https://www.1ka.si/d/en/services'; + $help_url = 'https://www.1ka.si/d/sl/cenik'; + } // Ostale default podstrani else { diff --git a/admin/survey/minify/groupsConfig.php b/admin/survey/minify/groupsConfig.php index 968e83a93..f2445e954 100644 --- a/admin/survey/minify/groupsConfig.php +++ b/admin/survey/minify/groupsConfig.php @@ -189,6 +189,8 @@ return [ new Minify_Source(['filepath' => dirname(__FILE__).'/../script/jquery/ui-1.8.18/js/jquery-1.7.1.min.js',]), new Minify_Source(['filepath' => dirname(__FILE__).'/../script/jquery/ui-1.8.18/js/jquery-ui-1.8.18.custom.min.js',]), + dirname(__FILE__).'/../script/script.js', + dirname(__FILE__).'/../script/mobileMenu/zeynep.min.js', dirname(__FILE__).'/../script/mobile.js',