Sha256: 293f01222986cde66dbf82f0a0de0ec7618b04acf95a8106ea217341366fb7a2
Contents?: true
Size: 493 Bytes
Versions: 2
Compression:
Stored size: 493 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 it's 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
split-0.2.4 | lib/split/dashboard/public/dashboard.js |
split-0.2.3 | lib/split/dashboard/public/dashboard.js |