diff --git a/ddYMap_snippet.php b/ddYMap_snippet.php index 107ef9c..ead5830 100644 --- a/ddYMap_snippet.php +++ b/ddYMap_snippet.php @@ -169,7 +169,7 @@ ); //Подключаем $.ddYMap $modx->regClientStartupScript( - $modx->getConfig('site_url') . 'assets/js/jquery.ddYMap-1.4.min.js', + $modx->getConfig('site_url') . 'assets/js/jQuery.ddYMap-1.4.min.js', [ 'name' => '$.ddYMap', 'version' => '1.4' @@ -193,7 +193,7 @@ ); //Подключаем $.ddYMap $modx->regClientScript( - '', + '', [ 'name' => '$.ddYMap', 'version' => '1.4' diff --git a/assets/js/jquery.ddYMap-1.4.min.js b/jQuery.ddYMap-1.4.min.js similarity index 100% rename from assets/js/jquery.ddYMap-1.4.min.js rename to jQuery.ddYMap-1.4.min.js