Commit db707d5ff00d7d8021aa6d53d18544d097be444f
1 parent
8d43253f
main
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/views/layouts/main.php
| @@ -58,7 +58,7 @@ $this->registerJs (" | @@ -58,7 +58,7 @@ $this->registerJs (" | ||
| 58 | // AssetBundle jcarousel :D | 58 | // AssetBundle jcarousel :D |
| 59 | 59 | ||
| 60 | // jquery-migrate | 60 | // jquery-migrate |
| 61 | -$this->registerJsFile('http://code.jquery.com/jquery-migrate-1.3.0.js',[ | 61 | +$this->registerJsFile('https://code.jquery.com/jquery-migrate-1.3.0.js',[ |
| 62 | 'position' => View::POS_END, | 62 | 'position' => View::POS_END, |
| 63 | 'depends' => ['yii\web\JqueryAsset'] | 63 | 'depends' => ['yii\web\JqueryAsset'] |
| 64 | ]); | 64 | ]); |
| @@ -515,4 +515,4 @@ $this->registerJs(" | @@ -515,4 +515,4 @@ $this->registerJs(" | ||
| 515 | <!-- SOCIAL ICON --> | 515 | <!-- SOCIAL ICON --> |
| 516 | </body> | 516 | </body> |
| 517 | </html> | 517 | </html> |
| 518 | -<?php $this->endPage () ?> | ||
| 519 | \ No newline at end of file | 518 | \ No newline at end of file |
| 519 | +<?php $this->endPage () ?> |