sleekplan
This commit is contained in:
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* SleekPlan javascript for user feedback
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* User view text to be more consistent
|
* User view text to be more consistent
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ $this->beginPage() ?>
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="<?= Yii::$app->language ?>" class="h-100">
|
<html lang="<?= Yii::$app->language ?>" class="h-100">
|
||||||
<head>
|
<head>
|
||||||
|
<script type="text/javascript">window.$sleek=[];window.SLEEK_PRODUCT_ID=87924416;(function(){d=document;s=d.createElement("script");s.src="https://client.sleekplan.com/sdk/e.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();</script>
|
||||||
<meta charset="<?= Yii::$app->charset ?>">
|
<meta charset="<?= Yii::$app->charset ?>">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user