Sha256: a69889f8dd09999bbefaa0906dc489ee1bd36c7e52444ad62642fb64fdd7c9c4
Contents?: true
Size: 190 Bytes
Versions: 10
Compression:
Stored size: 190 Bytes
Contents
window.onload = function() { var linkWithAlert = document.getElementById("alertLink"); linkWithAlert.onclick = function() { return confirm('Are you sure?'); }; };
Version data entries
10 entries across 10 versions & 1 rubygems