Sha256: f8f7f8efb9c0f33529ab34a1285b6f70cc3fd034e3742280f4f7b6f43c302dfd
Contents?: true
Size: 557 Bytes
Versions: 26
Compression:
Stored size: 557 Bytes
Contents
if (navigator.userAgent.match("MSIE")) $("form").validate(); $('input[name=revision]:radio').on('click', function() { $('#save_version_note').fadeIn('slow'); }); confirmation_needed = false; 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."; } } // only valid for perm tab set_access_levels();
Version data entries
26 entries across 26 versions & 3 rubygems