Improves source code layout

pull/1008/merge
Hagen Schink 11 years ago
parent b2e748e650
commit c10452ff85
  1. 5
      app/assets/javascripts/application.js.erb

@ -505,8 +505,9 @@ var WarnLeavingUnsaved = Class.create({
},
unload: function(){
this.observedElements.each(function(item){ item.blur(); });
if(this.changedForms)
this.observedElements.each(function(item){ item.blur(); });
if (this.changedForms)
return this.message;
},

Loading…
Cancel
Save