fixes
This commit is contained in:
Hedgehog 2014-03-27 14:41:24 +04:00
parent d7f32304a2
commit 5854f51f3e
3 changed files with 5 additions and 1 deletions

View File

@ -1267,6 +1267,8 @@ input.userMenu-search-field:focus::-ms-input-placeholder {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
line-height: 0;
margin-bottom: 3px;
}
.post-stats
{

View File

@ -33,6 +33,7 @@
<script>
$(function(){setInterval("networkUpdate()", 2000); homeIntInit();})
changeStyle();
InitOptions;
</script>
<link rel="icon" type="image/png" href="img/twister_mini.png" />

View File

@ -107,9 +107,10 @@ function setShowPreviewOpt(){
$('#displayPreview').on('change', function(){
localStorage['showPreviewOpt'] = $(this).val();
})
console.log('lala');
}
function InitOptions () {
function InitOptions() {
soundNotifOptions();
volumeControl();
keysSend();