Your IP : 3.140.240.187
<?php
CJSCore::RegisterExt('offers_group', array(
'js' => '/bitrix/js/webprofy.offersgroup/offersgroup.js',
'css' => '/bitrix/css/webprofy.offersgroup/style.css',
'rel' => array('jquery'),
));
CJSCore::RegisterExt('offers_group_select2', array(
'js' => '/bitrix/js/webprofy.offersgroup/select2.js',
'css' => '/bitrix/css/webprofy.offersgroup/select2.css',
'rel'=>(array('jquery'))
));
CJSCore::RegisterExt('offers_group_ui', array(
'js' => '/bitrix/js/webprofy.offersgroup/jquery-ui.js',
'css' => '/bitrix/css/webprofy.offersgroup/jquery-ui.css',
// 'rel'=>(array('jquery'))
));
CJSCore::Init(array("offers_group"));
CJSCore::Init(array("offers_group_select2"));
CJSCore::Init(array("offers_group_ui"));