You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Не грузилась карта в addnews.
После чего, я в файле addnews-inline.php изменил строчку
$js_array[] = '/templates/' . $config['skin'] . '/ymaps/ymaps.js';
на
$js_array[] = 'templates/' . $config['skin'] . '/ymaps/ymaps.js';
и всё заработало. Там был лишний / из-за которого не грузил скрипт.
The text was updated successfully, but these errors were encountered:
Не грузилась карта в addnews.
После чего, я в файле addnews-inline.php изменил строчку
$js_array[] = '/templates/' . $config['skin'] . '/ymaps/ymaps.js';
на
$js_array[] = 'templates/' . $config['skin'] . '/ymaps/ymaps.js';
и всё заработало. Там был лишний / из-за которого не грузил скрипт.
The text was updated successfully, but these errors were encountered: