e.returnValue = "Na stronie mogą być nie zapisane zmiany.";
return "Na stronie mogą być nie zapisane zmiany.";
};
- };
+
+
+
+ };
+
+ $('body').mousemove(function(e) {
+ CurrentDocument.active = true;
+ });
+ $('body').keydown(function(e) {
+ CurrentDocument.active = true;
+ });
+
console.log("Fetching document's text");
$('#header').addClass('out-of-date');
clearInterval(revTimer);
}});
- }, 300000);
+ }, 60 * 1000);
},
failure: function() {
$('#loading-overlay').fadeOut();