Sha256: 867685a808332eab20ba24362e14ad10efe74e9b2bdcdc717ee430ea02ed663d
Contents?: true
Size: 492 Bytes
Versions: 16
Compression:
Stored size: 492 Bytes
Contents
function confirmReset() { var agree=confirm("This will delete all data for this experiment?"); if (agree) return true; else return false; } function confirmDelete() { var agree=confirm("Are you sure you want to delete this experiment and all its data?"); if (agree) return true; else return false; } function confirmWinner() { var agree=confirm("This will now be returned for all users. Are you sure?"); if (agree) return true; else return false; }
Version data entries
16 entries across 16 versions & 1 rubygems