mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2024-12-22 16:25:12 +00:00
Removed unnecessary code
This commit is contained in:
parent
b9a6991bac
commit
71ffdf0f96
2 changed files with 0 additions and 17 deletions
|
@ -138,7 +138,6 @@ i.rules-icon:hover {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
color: rgba(255,255,255,0.6);
|
color: rgba(255,255,255,0.6);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 2px solid rgba(255,255,255,0.6);
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
-webkit-transition: all 0.2s ease-in-out;
|
-webkit-transition: all 0.2s ease-in-out;
|
||||||
|
|
16
js/main.js
16
js/main.js
|
@ -1,21 +1,5 @@
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$(".button-collapse").sideNav();
|
$(".button-collapse").sideNav();
|
||||||
// $('#fullpage').fullpage({
|
|
||||||
// menu: '#menu',
|
|
||||||
// navigation: true,
|
|
||||||
// anchors:['header', 'rules', 'staff'],
|
|
||||||
// fixedElements: '#menu',
|
|
||||||
// slidesNavigation: true,
|
|
||||||
// slidesNavPosition: 'top',
|
|
||||||
// scrollBar: false,
|
|
||||||
// verticalCentered: true,
|
|
||||||
// navigationTooltips: ['Home', 'Rules','Staff'],
|
|
||||||
// paddingTop: '30px',
|
|
||||||
// paddingBottom: '10px',
|
|
||||||
// autoScrolling: false,
|
|
||||||
// scrollingSpeed: 700,
|
|
||||||
// fitToSection: false
|
|
||||||
// });
|
|
||||||
|
|
||||||
var interval = 15000;
|
var interval = 15000;
|
||||||
var autoRefresh = setTimeout(function() {
|
var autoRefresh = setTimeout(function() {
|
||||||
|
|
Loading…
Reference in a new issue