summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2016-08-18 15:45:22 +0200
committerGitHub <noreply@github.com>2016-08-18 15:45:22 +0200
commit3b6bbf81591c6b35981d78895d656d9499d1ecd3 (patch)
tree95ee94ffdf596d9502d878b1c6ffabd109b174f1 /apps
parent71d81eef08c65f25cb552647aeee7884075a0fcd (diff)
parent5581a602cc3eceeb2efd647a3772be0537e58f66 (diff)
downloadnextcloud-server-3b6bbf81591c6b35981d78895d656d9499d1ecd3.tar.gz
nextcloud-server-3b6bbf81591c6b35981d78895d656d9499d1ecd3.zip
Merge pull request #934 from nextcloud/add-cachebusters
Add cachebusters
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 004a0b9ff50..b1759abfb1d 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -87,26 +87,26 @@
/* icons for sidebar */
.nav-icon-files {
- background-image: url('../img/folder.svg');
+ background-image: url('../img/folder.svg?v=1');
}
.nav-icon-recent {
- background-image: url('../img/recent.svg');
+ background-image: url('../img/recent.svg?v=1');
}
.nav-icon-favorites {
- background-image: url('../img/star.svg');
+ background-image: url('../img/star.svg?v=1');
}
.nav-icon-sharingin,
.nav-icon-sharingout {
- background-image: url('../img/share.svg');
+ background-image: url('../img/share.svg?v=1');
}
.nav-icon-sharinglinks {
- background-image: url('../img/public.svg');
+ background-image: url('../img/public.svg?v=1');
}
.nav-icon-extstoragemounts {
- background-image: url('../img/external.svg');
+ background-image: url('../img/external.svg?v=1');
}
.nav-icon-trashbin {
- background-image: url('../img/delete.svg');
+ background-image: url('../img/delete.svg?v=1');
}
#app-navigation .nav-files a.nav-icon-files {