File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
assets/WS_Service/LangService Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11var lang = navigator . language ;
22if ( lang . startsWith ( "tr" ) )
33{
4- document . location . href = "/WS_Pages/TR/mainpage " ;
4+ document . location . href = "/" ;
55}
66else if ( lang . startsWith ( "en" ) )
77{
8- document . location . href = "/WS_Pages/EN/mainpage " ;
8+ document . location . href = "/" ;
99}
1010else
1111{
Original file line number Diff line number Diff line change 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 ">
You can’t perform that action at this time.
0 commit comments