Improvement #42419
Test case #42284: Post All Functionality Related Issues
Chat issue
Status: | Closed | Start date: | 07/02/2018 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 07/02/2018 | |
Assignee: | - | % Done: | 100% | |
Category: | Functionality | Spent time: | - | |
Target version: | - | |||
End_Date: | 07/02/2018 | Areas Affected: | ||
remarks: | Files Changed: | |||
DB Changes: | Initial Planned Hours: | |||
Keys & Permissions: |
Description
Please commit the following script in next publish otherwise after next publish chat will get hidden.
<script type='text/javascript' data-cfasync='false'>window.purechatApi = { l: [], t: [], on: function () { this.l.push(arguments); } }; (function () { var done = false; var script = document.createElement('script'); script.async = true; script.type = 'text/javascript'; script.src = 'https://app.purechat.com/VisitorWidget/WidgetScript'; document.getElementsByTagName('HEAD').item(0).appendChild(script); script.onreadystatechange = script.onload = function (e) { if (!done && (!this.readyState || this.readyState 'loaded' || this.readyState 'complete')) { var w = new PCWidget({c: '750e4a9f-d40b-45e4-bb99-4496fa8f884a', f: true }); done = true; } }; })();</script>
Path : Views->home-> Index.cshtml , before </head>
History
#1 Updated by Sreerag Prasannan almost 7 years ago
- Tracker changed from Bug to Improvement
#2 Updated by Vipin das almost 7 years ago
- Due date set to 07/02/2018
- Status changed from New to Completed
- Assignee set to Vipin das
- Start date changed from 06/29/2018 to 07/02/2018
- % Done changed from 0 to 100
- End_Date set to 07/02/2018
committed.
#3 Updated by Vipin das almost 7 years ago
- Status changed from Completed to Closed
- Assignee deleted (
Vipin das)
committed