Open iamoverit opened 7 years ago
setInterval(function() { updateCodes(file_class); }, 5000); these lines remove selection every 5 seconds from text in pre block in webkit browsers(chrome, firefox, etc..)
setInterval(function() { updateCodes(file_class); }, 5000);
setInterval(function() { updateCodes(file_class); }, 5000);
these lines remove selection every 5 seconds from text in pre block in webkit browsers(chrome, firefox, etc..)