bin duhm :3
This commit is contained in:
		@@ -31,6 +31,6 @@
 | 
				
			|||||||
    });
 | 
					    });
 | 
				
			||||||
  });
 | 
					  });
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
<script src="theme.js"></script>
 | 
					<script src="./s/theme.js"></script>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -78,6 +78,6 @@
 | 
				
			|||||||
var x = document.getElementById("player");
 | 
					var x = document.getElementById("player");
 | 
				
			||||||
    x.volume = 0.3;
 | 
					    x.volume = 0.3;
 | 
				
			||||||
	</script>
 | 
						</script>
 | 
				
			||||||
    <script src="theme.js"></script>
 | 
					    <script src="./s/theme.js"></script>
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
</html>
 | 
					</html>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -47,7 +47,7 @@ if (!DISABLE_JS) {
 | 
				
			|||||||
    themes[i].element = document.createElement('link');
 | 
					    themes[i].element = document.createElement('link');
 | 
				
			||||||
    themes[i].element.type = 'text/css';
 | 
					    themes[i].element.type = 'text/css';
 | 
				
			||||||
    themes[i].element.rel = 'stylesheet';
 | 
					    themes[i].element.rel = 'stylesheet';
 | 
				
			||||||
    themes[i].element.href = '/' + themes[i].file;
 | 
					    themes[i].element.href = './s/' + themes[i].file;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  updateCss();
 | 
					  updateCss();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user