Skip to content

Commit

Permalink
* Repository file structure was changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronef committed Jul 8, 2020
1 parent 25ce9ae commit ba49e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ddYMap_snippet.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -193,7 +193,7 @@
);
//Подключаем $.ddYMap
$modx->regClientScript(
'<script defer type="text/javascript" src="' . $modx->getConfig('site_url') . 'assets/js/jquery.ddYMap-1.4.min.js"></script>',
'<script defer type="text/javascript" src="' . $modx->getConfig('site_url') . 'assets/js/jQuery.ddYMap-1.4.min.js"></script>',
[
'name' => '$.ddYMap',
'version' => '1.4'
Expand Down
File renamed without changes.

0 comments on commit ba49e8c

Please sign in to comment.