##// END OF EJS Templates
Fixed: No warning if unsaved text has not lost focus (#8468)....
Jean-Philippe Lang -
r5849:206a36704f37
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