better fix for bug #107, last one was flawed

This commit is contained in:
Friendika 2011-07-21 20:19:55 -07:00
parent f4b4f61f66
commit 77cea581b0
4 changed files with 4 additions and 3 deletions

View file

@ -149,7 +149,7 @@
prev = 'live-' + src;
in_progress = true;
var udargs = ((netargs.length) ? '/?f=' + netargs : '?f=');
var udargs = ((netargs.length) ? '/' + netargs : '');
var update_url = 'update_' + src + udargs + '&p=' + profile_uid + '&page=' + profile_page + '&msie=' + ((msie) ? 1 : 0);
$.get(update_url,function(data) {