Commit 5a97f77430b4a679715a44f377633255f340c7cb
1 parent
85fac625
Exists in
master
icone treps for SAMP
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
ihm/app/controller/SAMP/SAMPManager.js
... | ... | @@ -31,7 +31,7 @@ Ext.define('treps.controller.SAMP.SAMPManager', { |
31 | 31 | onLoad: function() { |
32 | 32 | //init meta data |
33 | 33 | var href = window.location.href; |
34 | - var iconURL = href+'resources/images/samp/treps.jpg'; | |
34 | + var iconURL = href+'resources/images/samp/treps.png'; | |
35 | 35 | |
36 | 36 | var meta = { |
37 | 37 | "samp.name": treps.Constants.APP_TITLE, | ... | ... |
1.96 KB