Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
F1xGOD authored Mar 21, 2024
1 parent dbdd96b commit 04c2a09
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,31 +103,31 @@
</div>
</nav>
<script type="text/javascript">
adroll_adv_id = "E5VCR4SMPNDIJKTUMNGYGH";
adroll_pix_id = "4YCQUDZCMVCY7OUJIO2H45";
adroll_version = "2.0";
// adroll_adv_id = "E5VCR4SMPNDIJKTUMNGYGH";
// adroll_pix_id = "4YCQUDZCMVCY7OUJIO2H45";
// adroll_version = "2.0";

(function(w, d, e, o, a) {
w.__adroll_loaded = true;
w.adroll = w.adroll || [];
w.adroll.f = [ 'setProperties', 'identify', 'track' ];
var roundtripUrl = "https://s.adroll.com/j/" + adroll_adv_id
+ "/roundtrip.js";
for (a = 0; a < w.adroll.f.length; a++) {
w.adroll[w.adroll.f[a]] = w.adroll[w.adroll.f[a]] || (function(n) {
return function() {
w.adroll.push([ n, arguments ])
}
})(w.adroll.f[a])
}
// (function(w, d, e, o, a) {
// w.__adroll_loaded = true;
// w.adroll = w.adroll || [];
// w.adroll.f = [ 'setProperties', 'identify', 'track' ];
// var roundtripUrl = "https://s.adroll.com/j/" + adroll_adv_id
// + "/roundtrip.js";
// for (a = 0; a < w.adroll.f.length; a++) {
// w.adroll[w.adroll.f[a]] = w.adroll[w.adroll.f[a]] || (function(n) {
// return function() {
// w.adroll.push([ n, arguments ])
// }
// })(w.adroll.f[a])
// }

e = d.createElement('script');
o = d.getElementsByTagName('script')[0];
e.async = 1;
e.src = roundtripUrl;
o.parentNode.insertBefore(e, o);
})(window, document);
adroll.track("pageView");
// e = d.createElement('script');
// o = d.getElementsByTagName('script')[0];
// e.async = 1;
// e.src = roundtripUrl;
// o.parentNode.insertBefore(e, o);
// })(window, document);
// adroll.track("pageView");
</script>
<div class="navbar navbar-expand-lg navbar-light" style="overflow:hidden;align-items:flex-end;background-color:#111;height: 590px;">
<div id="texts" style="overflow-y: scroll;max-height: 555px;overflow-x: hidden;align-items:flex-end;;height: fit-content;">
Expand Down

0 comments on commit 04c2a09

Please sign in to comment.