Commit db707d5ff00d7d8021aa6d53d18544d097be444f

Authored by Administrator
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 58 // AssetBundle jcarousel :D
59 59  
60 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 62 'position' => View::POS_END,
63 63 'depends' => ['yii\web\JqueryAsset']
64 64 ]);
... ... @@ -515,4 +515,4 @@ $this->registerJs("
515 515 <!-- SOCIAL ICON -->
516 516 </body>
517 517 </html>
518   -<?php $this->endPage () ?>
519 518 \ No newline at end of file
  519 +<?php $this->endPage () ?>
... ...