diff options
author | friendica <info@friendica.com> | 2012-07-26 02:27:12 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-26 02:27:12 -0700 |
commit | 4ec7ef52235f04093da4beb4645755304ef8aa42 (patch) | |
tree | 9d732abeb45d0fb69de4299af877f8939f73b2a3 /js | |
parent | acfe9e77bf6b3e0ff664ccd3e24490570c027b7f (diff) | |
download | volse-hubzilla-4ec7ef52235f04093da4beb4645755304ef8aa42.tar.gz volse-hubzilla-4ec7ef52235f04093da4beb4645755304ef8aa42.tar.bz2 volse-hubzilla-4ec7ef52235f04093da4beb4645755304ef8aa42.zip |
more fixes for the legacy stuff as we push forward to new stuff
Diffstat (limited to 'js')
-rw-r--r-- | js/main.js | 1 |
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); } |