projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0001273
)
add moderation window cleanup when logout
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Mon, 1 Jul 2013 16:54:33 +0000
(18:54 +0200)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Mon, 1 Jul 2013 16:54:33 +0000
(18:54 +0200)
web/commons.js
patch
|
blob
|
history
diff --git
a/web/commons.js
b/web/commons.js
index
4c0ea73
..
bc39719
100644
(file)
--- a/
web/commons.js
+++ b/
web/commons.js
@@
-648,6
+648,11
@@
function act_shutdown()
function postact_logout()
{
// alert("postact_logout");
+
+ if (g_moder.is_enabled()) {
+ g_moder.disable();
+ }
+
try {
hstm.abort();
} catch (e) {}