Commit 62d4ad18 by Semenenko Timofey

Фикс удаление счётчика задача 25365

1 parent d2b32b09
<!--noindex-->
<div style="display:none;visibility:hidden;opacity:0">
<script type="text/javascript">/* <![CDATA[ */var google_conversion_id = 946846877;var google_custom_params = window.google_tag_params;var google_remarketing_only = true;/* ]]> */</script><script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"></script><noscript><div style="display:inline;"><img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/946846877/?value=0&amp;guid=ON&amp;script=0"/></div></noscript>
</div>
<!--/noindex-->
\ No newline at end of file
......@@ -109,8 +109,7 @@ if ($APPLICATION->GetCurPage() == '/projects/online/') echo '<meta name="robots"
<? CModule::IncludeModule('nurgush.mobiledetect');
$detect = new Nurgush\MobileDetect\Main();
if($detect->isIOS()){?>
<input type="text" id='header_search' autocomplete='off' placeholder="Введите название" name="q" value="<?=$_GET['q']?>"><!--
--><!-- <button type="submit" class="search-button"><span class="site-styled-button__span">Найти</span></button> -->
<input type="text" id='header_search' autocomplete='off' placeholder="Введите название" name="q" value="<?=$_GET['q']?>">
<?}else{?>
<input type="text" id='header_search' autocomplete='off' placeholder="Введите название" name="q" value="<?=$_GET['q']?>">
<?}?>
......@@ -121,7 +120,6 @@ if ($APPLICATION->GetCurPage() == '/projects/online/') echo '<meta name="robots"
</span>
</form>
<?
//26.04.2017 Hawks
CModule::IncludeModule('nurgush.mobiledetect');
$detect = new Nurgush\MobileDetect\Main();
......@@ -141,7 +139,6 @@ if ($APPLICATION->GetCurPage() == '/projects/online/') echo '<meta name="robots"
<?}?>
<?
//26.04.2017 Hawks
CModule::IncludeModule('nurgush.mobiledetect');
$detect = new Nurgush\MobileDetect\Main();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!