From 7113e801846143dbb70394e7c7e11403847ee81f Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Sun, 12 Aug 2012 17:30:09 +0200 Subject: [PATCH] Readded refresh param. 304 and ETag is still sent so shouldn't matter. --- apps/contacts/js/contacts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index 67bfa9847e..35637de050 100644 --- a/apps/contacts/js/contacts.js +++ b/apps/contacts/js/contacts.js @@ -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');