Nothing
update_timer <- function(board, count, prev_count) {
if(attr(board, "lock") || !attr(board, "time")) return(prev_count)
count <- as.integer(ceiling(as.double(count, units = "secs")))
draw_count("timer", count, prev_count)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.