Strict Standards: Only variables should be assigned by reference in /home/devwebsite/public_html/mystay/plugins/system/jsecure/jsecure.php on line 19
Warning: Cannot modify header information - headers already sent by (output started at /home/devwebsite/public_html/mystay/plugins/system/jsecure/jsecure.php:19) in /home/devwebsite/public_html/mystay/libraries/foxcontact/loader/loader.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/devwebsite/public_html/mystay/plugins/system/jsecure/jsecure.php:19) in /home/devwebsite/public_html/mystay/libraries/foxcontact/loader/loader.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/devwebsite/public_html/mystay/plugins/system/jsecure/jsecure.php:19) in /home/devwebsite/public_html/mystay/libraries/foxcontact/loader/loader.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/devwebsite/public_html/mystay/plugins/system/jsecure/jsecure.php:19) in /home/devwebsite/public_html/mystay/libraries/foxcontact/loader/loader.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/devwebsite/public_html/mystay/plugins/system/jsecure/jsecure.php:19) in /home/devwebsite/public_html/mystay/libraries/foxcontact/loader/loader.php on line 34
if (typeof Fox == 'undefined')
{
Fox = {};
Fox.Text =
{
strings: {},
get: function (key)
{
return this.strings[key];
},
add: function (object)
{
for (var key in object)
{
this.strings[key] = object[key];
}
return this;
}
};
}
(function ()
{
Fox.Text.add(
{
"JCANCEL": 'Отмена',
"COM_FOXCONTACT_BROWSE_FILES": 'Обзор файлов',
"COM_FOXCONTACT_FAILED": 'Ошибка',
"COM_FOXCONTACT_SUCCESS": 'Успешно',
"COM_FOXCONTACT_NO_RESULTS_MATCH": 'Нет результатов',
"COM_FOXCONTACT_REMOVE_ALT": 'Удалить',
"COM_FOXCONTACT_REMOVE_TITLE": 'Удалить данный файл'
}
);
})();
jQuery(document).ready(function ($)
{
jQuery('.fox_select').chosen(
{
disable_search_threshold: 10,
allow_single_deselect: true,
no_results_text: 'Нет результатов'
});
});
// Called by the Reset button
function ResetFoxControls()
{
// Reset each dropdown to its first value
jQuery('select.fox_select').each(
function (index, value)
{
// Search for the first option, select it and force a refresh
jQuery(value).find('option:first-child').prop('selected', true).end().trigger('liszt:updated');
});
}
/*
jQuery(document).ready(function($)
{
if (document.getElementsByTagName("base").length)
{
alert('Обнаружено недопустимое расширение');
window.location = "http://www.fox.ra.it/forum/24-troubleshooting/8840-form-doesn-t-send-email-and-redirects-to-a-different-page.html";
}
});
*/