mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-26 22:54:45 +00:00
update client icon
This commit is contained in:
parent
ca692e62a3
commit
e0ef59e4b5
@ -18,7 +18,7 @@
|
||||
<script src="js/twister_network.js"></script>
|
||||
<script src="js/interface_common.js"></script>
|
||||
<script>changeStyle();</script>
|
||||
<link rel="shortcut icon" type="image/png" href="img/twister_mini.png" />
|
||||
<link rel="shortcut icon" type="image/png" href="img/twisterarmy.png" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -228,7 +228,7 @@ button.follow:hover, button.unfollow:hover, .following-own-modal .following-list
|
||||
right: 0;
|
||||
width: 34px;
|
||||
height: 54px;
|
||||
background: url(../img/twister_mini.png) no-repeat right 5px;
|
||||
background: url(../img/twisterarmy.png) no-repeat right 5px;
|
||||
}
|
||||
|
||||
.userMenu > ul > li {
|
||||
|
@ -29,7 +29,7 @@
|
||||
<script src="js/jquery.textcomplete.min.js"></script>
|
||||
<script src="js/twister-crypto-bundle.js"></script>
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="img/twister_mini.png" />
|
||||
<link rel="shortcut icon" type="image/png" href="img/twisterarmy.png" />
|
||||
</head>
|
||||
<body>
|
||||
<!-- MENU SUPERIOR INIT -->
|
||||
|
BIN
img/twisterarmy.png
Normal file
BIN
img/twisterarmy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
@ -13,7 +13,7 @@
|
||||
<script src="js/jquery.mobile.router.min.js"></script>
|
||||
<script src="js/jquery.mobile-1.3.2.min.js"></script>
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="img/twister_mini.png" />
|
||||
<link rel="shortcut icon" type="image/png" href="img/twisterarmy.png" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -479,7 +479,7 @@ var MAL = function()
|
||||
if (!req.title)
|
||||
req.title = polyglot.t('notify_desktop_title');
|
||||
if (!req.icon)
|
||||
req.icon = '../img/twister_mini.png';
|
||||
req.icon = '../img/twisterarmy.png';
|
||||
if (!req.tag)
|
||||
req.tag = 'twister_notification';
|
||||
if (!req.timeout)
|
||||
|
@ -467,7 +467,7 @@ function tickOptionsPostPreview() {
|
||||
var imgPreviewCont = elem.find('.preview-container');
|
||||
|
||||
fillElemWithTxt(elem.children().first(),
|
||||
polyglot.t('post_preview_dummy', {logo: '/img/twister_mini.png', site: 'http://twister.net.co'}));
|
||||
polyglot.t('post_preview_dummy', {logo: '/img/twisterarmy.png', site: 'http://twister.net.co'}));
|
||||
|
||||
if ($.Options.displayPreview.val === 'enable') {
|
||||
imgPreviewCont.empty();
|
||||
|
@ -24,7 +24,7 @@
|
||||
<script src="js/interface_common.js"></script>
|
||||
<script src="js/twister-crypto-bundle.js"></script>
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="img/twister_mini.png" />
|
||||
<link rel="shortcut icon" type="image/png" href="img/twisterarmy.png" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -20,7 +20,7 @@
|
||||
<script src="js/polyglot.min.js"></script>
|
||||
<script src="js/interface_localization.js"></script>
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="img/twister_mini.png" />
|
||||
<link rel="shortcut icon" type="image/png" href="img/twisterarmy.png" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -37,7 +37,7 @@
|
||||
<script src="js/jpeg_encoder_basic.js"></script>
|
||||
<script src="js/twister-crypto-bundle.js"></script>
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="img/twister_mini.png" />
|
||||
<link rel="shortcut icon" type="image/png" href="img/twisterarmy.png" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user