Sha256: fd4751f24bb4e8940be84e0b3d73a7a1ee8d27eb8a464cbbf90f3ef4b32e9513
Contents?: true
Size: 446 Bytes
Versions: 3
Compression:
Stored size: 446 Bytes
Contents
if (navigator.userAgent.match("MSIE")) $("#new_file_set").validate(); $('#permissions_display').show(); confirmation_needed = true; window.onbeforeunload = confirmExit; function confirmExit(){ if(confirmation_needed){ // if you return a string it will be displayed in between "don't navigate away" // and "click Ok to navigate away or cancel to stay put" in the confirm dialog return "Your metadata has not been saved."; } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
curation_concerns-0.4.0 | app/views/upload_sets/_edit.js.erb |
curation_concerns-0.3.0 | app/views/upload_sets/_edit.js.erb |
curation_concerns-0.2.0 | app/views/upload_sets/_edit.js.erb |