This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 70efef7 make png path app local in manifest
70efef7 is described below
commit 70efef7b70edf44ce80f60bdadb3337aba758c72
Author: Sam Ruby <[email protected]>
AuthorDate: Sun Jun 10 11:51:47 2018 -0400
make png path app local in manifest
---
www/board/agenda/views/manifest.json.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/board/agenda/views/manifest.json.erb
b/www/board/agenda/views/manifest.json.erb
index 865b406..9ce436d 100644
--- a/www/board/agenda/views/manifest.json.erb
+++ b/www/board/agenda/views/manifest.json.erb
@@ -3,7 +3,7 @@
"name": "ASF Board Agenda",
"icons": [
{
- "src": "/whimsy.png?<%= @pngmtime %>",
+ "src": "whimsy.png?<%= @pngmtime %>",
"type": "image/png",
"sizes": "144x144"
},
--
To stop receiving notification emails like this one, please contact
[email protected].