Pre release commit

This commit is contained in:
RainLoop Team 2016-05-07 17:42:36 +03:00
parent 8ed75a5b49
commit d5aca4e69a
6 changed files with 37 additions and 640 deletions

View file

@ -26,6 +26,10 @@ window.__includeScr = (src) => {
window.document.write(unescape('%3Csc' + 'ript data-cfasync="false" type="text/jav' + 'ascr' + 'ipt" sr' + 'c="' + src + '"%3E%3C/' + 'scr' + 'ipt%3E'));
};
window.__includeAppScr = (src) => {
window.__includeScr(src + (window.__rlah ? window.__rlah() || '0' : '0') + '/' + window.Math.random().toString().substr(2) + '/');
};
window.__includeStyle = (styles) => {
window.document.write(unescape('%3Csty' + 'le%3E' + styles + '"%3E%3C/' + 'sty' + 'le%3E'));
};