No change in functionality.

This commit is contained in:
Michael Vogel 2014-08-07 08:03:43 +02:00
parent f2f73799ba
commit 16803645ef
1 changed files with 1 additions and 1 deletions

View File

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