PHP Classes

File: langs/en-us/src/domscripts.js

Recommend this page to a friend!
  Classes of VITOR GABRIEL M. DANTAS   Pleiades   langs/en-us/src/domscripts.js   Download  
File: langs/en-us/src/domscripts.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Pleiades
Application to implement an issue-tracking system
Author: By
Last change:
Date: 4 months ago
Size: 442 bytes
 

Contents

Class file image Download
function cooldownRefresh(){ document.querySelector("#refreshticketdata").style.display = "none"; setTimeout(function(){ document.querySelector("#refreshticketdata").style.display = "inline"; }, 5000); } let a = document.querySelector("#refreshticketdata"); a.addEventListener(onclick,cooldownRefresh()); document.querySelector(".chatticket").scroll(0, document.querySelector(".chatticket").scrollHeight);