حساب بانک گردشگری
\n ");
var doc = document.querySelector(".myBox");
doc.innerHTML = html;
};
var close = function close(e) {
tempClose();
hide();
showSticky();
};
var tempClose = function tempClose() {
db().save("instagram-instaRadeNew-temp", new Date().getTime());
};
var check = function check() {
var scrollTop = window.pageYOffset !== undefined ? window.pageYOffset : (document.documentElement || document.body.parentNode || document.body).scrollTop;
var body = document.body,
html = document.documentElement;
var w_height = window.innerHeight;
var d_height = Math.max(body.scrollHeight, body.offsetHeight, html.clientHeight, html.scrollHeight, html.offsetHeight);
var height = d_height - w_height;
var scrollTrigger = height / 100 * 40;
if (scrollTop >= scrollTrigger) {
unregister();
show();
}
};
function delegate(el, evt, sel, handler) {
el.addEventListener(evt, function...
تاریخ 12 آذر 1399