Skip to content

Commit

Permalink
Update cookieWidget.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cinghie authored Oct 5, 2018
1 parent 9e5d909 commit 3ed9fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widgets/views/cookieWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @github https://github.com/cinghie/yii2-cookie-consent
* @license GNU GENERAL PUBLIC LICENSE VERSION 3
* @package yii2-cookie-consent
* @version 1.4.5
* @version 1.4.6
*/

use cinghie\cookieconsent\assets\CookieAsset;
Expand All @@ -25,4 +25,4 @@

$codeJS .= " expiryDays: {$expiryDays} };";

$this->registerJs($codeJS);
$this->registerJs($codeJS, \yii\web\View::POS_END);

0 comments on commit 3ed9fff

Please sign in to comment.