Browse Source

update

fixes
master
Hedgehog 10 years ago
parent
commit
5854f51f3e
  1. 2
      css/style.css
  2. 1
      home.html
  3. 3
      js/options.js

2
css/style.css

@ -1267,6 +1267,8 @@ input.userMenu-search-field:focus::-ms-input-placeholder { @@ -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
{

1
home.html

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

3
js/options.js

@ -107,9 +107,10 @@ function setShowPreviewOpt(){ @@ -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…
Cancel
Save