fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allow assigning woblink authors in catalogue.
[redakcja.git]
/
src
/
redakcja
/
static
/
js
/
wiki
/
loader.js
diff --git
a/src/redakcja/static/js/wiki/loader.js
b/src/redakcja/static/js/wiki/loader.js
index
1573c76
..
7f7d1b1
100644
(file)
--- a/
src/redakcja/static/js/wiki/loader.js
+++ b/
src/redakcja/static/js/wiki/loader.js
@@
-115,7
+115,18
@@
$(function()
e.returnValue = "Na stronie mogą być nie zapisane zmiany.";
return "Na stronie mogą być nie zapisane zmiany.";
};
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");
console.log("Fetching document's text");
@@
-145,7
+156,7
@@
$(function()
$('#header').addClass('out-of-date');
clearInterval(revTimer);
}});
$('#header').addClass('out-of-date');
clearInterval(revTimer);
}});
- },
300
000);
+ },
60 * 1
000);
},
failure: function() {
$('#loading-overlay').fadeOut();
},
failure: function() {
$('#loading-overlay').fadeOut();