Skip to content

Commit acd7655

Browse files
Disable LangService script in index.html
Comment out the LangService script in index.html Signed-off-by: OpenSoftware-World <143949134+OpenSoftware-World@users.noreply.github.com>
1 parent b020324 commit acd7655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<link rel="stylesheet" href="https://os-w-socialmediacenter.onrender.com/static/style/style.css">
2525
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
2626
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
27-
<script src="/assets/WS_Service/LangService/lang.js"></script>
27+
<!--<script src="/assets/WS_Service/LangService/lang.js"></script>-->
2828
</head>
2929
<body>
3030
<nav class="navbar navbar-expand-lg title-navbar">

0 commit comments

Comments
 (0)