diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-08-12 17:30:09 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-08-12 17:30:09 +0200 |
commit | 7113e801846143dbb70394e7c7e11403847ee81f (patch) | |
tree | 5df936b99d3504e290257aab6426f65119966d62 /apps/contacts | |
parent | 4d3d4522f94edf912b469540d533963901f61676 (diff) | |
download | nextcloud-server-7113e801846143dbb70394e7c7e11403847ee81f.tar.gz nextcloud-server-7113e801846143dbb70394e7c7e11403847ee81f.zip |
Readded refresh param. 304 and ETag is still sent so shouldn't matter.
Diffstat (limited to 'apps/contacts')
-rw-r--r-- | apps/contacts/js/contacts.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index 67bfa9847ee..35637de050d 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'); |