Changeset 1757104
- Timestamp:
- 11/02/2017 04:46:07 AM (8 years ago)
- Location:
- dossier/trunk
- Files:
-
- 3 edited
-
dossier.php (modified) (1 diff)
-
includes/js/dossier_embed.min.js (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dossier/trunk/dossier.php
r1757010 r1757104 2 2 /* 3 3 * Plugin Name: Dossier 4 * Version: 2.5.6. 24 * Version: 2.5.6.3 5 5 * Description: Adds live chat & targeted messages to your website. 6 6 * Author: Dossier -
dossier/trunk/includes/js/dossier_embed.min.js
r1756958 r1757104 1 1 function OBgetCookie(a){a+="=";for(var b=document.cookie.split(";"),c=0;c<b.length;c++){for(var d=b[c];" "==d.charAt(0);)d=d.substring(1);if(-1!=d.indexOf(a))return d.substring(a.length,d.length)}return""}function OBloadScript(a,b){var c=document.createElement("SCRIPT");c.src=a;c.onload=b;document.body.appendChild(c)} 2 function OBcookieObj(){var a={},b=OBgetCookie("obEmail");void 0!=b&&null!=b&&(a.obEmail=b,a.obOrg=OBgetCookie("obOrg"),a.obAccount=OBgetCookie("obAccount"),a.obTimestamp=OBgetCookie("obTimeStamp"),a.obAuthCode=OBgetCookie("obAuthCode"));return a}function OBLaunch(){var a="undefined"!=typeof window.onboardify?window.onboardify:OBcookieObj();a.obEmail&&OBloadScript("https://webapp -qa.onboardify.com/js/apploader.min.js",function(){OBvalidateLaunch(a)})}2 function OBcookieObj(){var a={},b=OBgetCookie("obEmail");void 0!=b&&null!=b&&(a.obEmail=b,a.obOrg=OBgetCookie("obOrg"),a.obAccount=OBgetCookie("obAccount"),a.obTimestamp=OBgetCookie("obTimeStamp"),a.obAuthCode=OBgetCookie("obAuthCode"));return a}function OBLaunch(){var a="undefined"!=typeof window.onboardify?window.onboardify:OBcookieObj();a.obEmail&&OBloadScript("https://webapp.onboardify.com/js/apploader.min.js",function(){OBvalidateLaunch(a)})} 3 3 document.addEventListener("readystatechange",function(){"complete"==document.readyState&&OBLaunch()},!1); -
dossier/trunk/readme.txt
r1757010 r1757104 4 4 Requires at least: 3.4 5 5 Tested up to: 4.8.2 6 Stable tag: 2.5.6. 26 Stable tag: 2.5.6.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 87 87 == Changelog == 88 88 89 = 2.5.6.3 = 90 * Production release 91 89 92 = 2.5.6.2 = 90 93 * Refactored assets, text improvements to readme.txt
Note: See TracChangeset
for help on using the changeset viewer.