aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/main.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/main.js b/js/main.js
index 55c93cb62..438b7db14 100644
--- a/js/main.js
+++ b/js/main.js
@@ -336,6 +336,7 @@ function updateConvItems(mode,data) {
update_url = buildCmd();
}
else {
+ page_load = false;
var udargs = ((page_load) ? '/load' : '');
update_url = 'update_' + src + udargs + '&p=' + profile_uid + '&page=' + profile_page + '&msie=' + ((msie) ? 1 : 0);
}