Sha256: 16eba505b539dbfa08972de120ab1ca4eb494b24061b8cc1520a270d42cb454a

Contents?: true

Size: 450 Bytes

Versions: 23

Compression:

Stored size: 450 Bytes

Contents

if (navigator.userAgent.match("MSIE"))
  $("#new_generic_file").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

23 entries across 23 versions & 1 rubygems

Version Path
sufia-4.0.0 app/views/batch/_edit.js.erb
sufia-4.0.0.rc2 app/views/batch/_edit.js.erb
sufia-4.0.0.rc1 app/views/batch/_edit.js.erb