mirror of
https://github.com/twisterarmy/twister-calm.git
synced 2025-01-13 16:37:52 +00:00
update
fixes
This commit is contained in:
parent
d7f32304a2
commit
5854f51f3e
@ -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
|
||||
{
|
||||
|
@ -33,6 +33,7 @@
|
||||
<script>
|
||||
$(function(){setInterval("networkUpdate()", 2000); homeIntInit();})
|
||||
changeStyle();
|
||||
InitOptions;
|
||||
</script>
|
||||
|
||||
<link rel="icon" type="image/png" href="img/twister_mini.png" />
|
||||
|
@ -107,9 +107,10 @@ function setShowPreviewOpt(){
|
||||
$('#displayPreview').on('change', function(){
|
||||
localStorage['showPreviewOpt'] = $(this).val();
|
||||
})
|
||||
console.log('lala');
|
||||
}
|
||||
|
||||
function InitOptions () {
|
||||
function InitOptions() {
|
||||
soundNotifOptions();
|
||||
volumeControl();
|
||||
keysSend();
|
||||
|
Loading…
Reference in New Issue
Block a user