Commit 0122a749 authored by Shakarim Sapa's avatar Shakarim Sapa

- Test

parent 3eb4ad15
...@@ -147,10 +147,8 @@ $(document).ready(function() { ...@@ -147,10 +147,8 @@ $(document).ready(function() {
}); });
$('#registration_form').magnificPopup({ $('#registration_form').magnificPopup({
items: { type: 'inline',
type: 'inline', preloader: false
preloader: false
}
}); });
}); });
......
...@@ -135,7 +135,8 @@ return [ ...@@ -135,7 +135,8 @@ return [
'yii\web\JqueryAsset' => [ 'yii\web\JqueryAsset' => [
'sourcePath' => null, 'sourcePath' => null,
'js' => [ 'js' => [
'/js/libs/jquery/jquery-1.11.2.min.js' // '/js/libs/jquery/jquery-1.11.2.min.js'
'//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'
// '/js/jquery-2.1.3.js' // '/js/jquery-2.1.3.js'
], ],
'jsOptions' => [ 'jsOptions' => [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment