35 changed files with 960 additions and 762 deletions
Binary file not shown.
@ -1,2 +1,2 @@ |
|||
<?xml version="1.0" encoding="UTF-8" ?> |
|||
<trace><start t="23/02/20 18:52:51"/><end t="23/02/20 18:52:52"/></trace> |
|||
<trace><start t="23/02/20 18:58:34"/><end t="23/02/20 18:58:34"/></trace> |
File diff suppressed because it is too large
@ -1,9 +1,2 @@ |
|||
// Skin-specific Javascript code.
|
|||
(function() { |
|||
// fonction qui ajoute le favicon à Scenari OptimOffice
|
|||
var link0 = document.createElement('link'); |
|||
link0.type = 'image/png'; |
|||
link0.rel = 'icon'; |
|||
link0.href = '../skin/img/co/favicon.png'; |
|||
document.getElementsByTagName('head')[0].appendChild(link0); |
|||
})() |
|||
|
|||
|
Loading…
Reference in new issue