Readded refresh param. 304 and ETag is still sent so shouldn't matter.

This commit is contained in:
Thomas Tanghus 2012-08-12 17:30:09 +02:00
parent 4d3d4522f9
commit 7113e80184
1 changed files with 1 additions and 1 deletions

View File

@ -1220,7 +1220,7 @@ OC.Contacts={
},
loadPhoto:function(){
var self = this;
var refreshstr = ''; //'&refresh='+Math.random();
var refreshstr = '&refresh='+Math.random();
$('#phototools li a').tipsy('hide');
var wrapper = $('#contacts_details_photo_wrapper');
wrapper.addClass('loading').addClass('wait');