Kaydet (Commit) 7dad15e8 authored tarafından mertcelen's avatar mertcelen

Fix for local ip adress.

üst c8ad2321
This diff is collapsed.
{
"/css/liman.css": "/css/liman.css?id=defedb66f8a8b13bdeb3",
"/js/liman.js": "/js/liman.js?id=7a208636deda17ec6af8"
"/js/liman.js": "/js/liman.js?id=7e964f658c6b4c1c7bd5"
}
......@@ -318,7 +318,7 @@ function toggleDarkMode() {
function setDarkMode() {
document.getElementById("darkModeIcon").className = "fas fa-grin-stars";
var link = document.createElement("link");
link.href = "https://192.168.0.10/css/dark.css";
link.href = "/css/dark.css";
link.type = "text/css";
link.id = "darkModeCss";
link.rel = "stylesheet";
......
1.0-RC7
\ No newline at end of file
1.0-RC8
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment