##// END OF EJS Templates
Merged r5969 from trunk....
Jean-Philippe Lang -
r6037:c7f8ea6a37b2
parent child
Show More
@@ -309,6 +309,7 var WarnLeavingUnsaved = Class.create({
309 },
309 },
310
310
311 unload: function(){
311 unload: function(){
312 this.observedElements.each(function(el) {el.blur();})
312 if(this.changedForms)
313 if(this.changedForms)
313 return this.message;
314 return this.message;
314 },
315 },
General Comments 0
You need to be logged in to leave comments. Login now