File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1717 < link id ="judge0-golden-layout-dark-theme-stylesheet " type ="text/css " rel ="stylesheet " href ="https://golden-layout.com/files/latest/css/goldenlayout-dark-theme.css " disabled />
1818 < link id ="judge0-golden-layout-light-theme-stylesheet " type ="text/css " rel ="stylesheet " href ="https://golden-layout.com/files/latest/css/goldenlayout-light-theme.css " />
1919
20- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/flag-icons/7.2.3/css/flag-icons.min.css " integrity ="sha512-bZBu2H0+FGFz/stDN/L0k8J0G8qVsAL0ht1qg5kTwtAheiXwiRKyCq1frwfbSFSJN3jooR5kauE0YjtPzhZtJQ== " crossorigin ="anonymous " referrerpolicy ="no-referrer " />
21-
2220 < script src ="https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.52.2/min/vs/loader.min.js " integrity ="sha512-ZG31AN9z/CQD1YDDAK4RUAvogwbJHv6bHrumrnMLzdCrVu4HeAqrUX7Jsal/cbUwXGfaMUNmQU04tQ8XXl5Znw== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
2321 < script >
2422 require . config ( {
141139 < main class ="flex-grow min-h-0 overflow-hidden "> </ main >
142140
143141 < footer class ="text-xs text-center transition opacity-40 hover:opacity-100 max-sm:hidden judge0-showCopyright ">
144- < a href ="https://judge0.com " target ="_blank " rel ="noopener " tabindex ="-1 "> < i class =" fa-regular fa-copyright " aria-hidden =" true " > </ i > < span class =" sr-only " > Copyright </ span > 2016- < span id ="judge0-year "> 2025</ span > Judge0 d.o.o. – All Rights Reserved • A Croatian Company < span class =" rounded-sm fi fi-hr " > </ span > </ a >
142+ < a href ="https://judge0.com " target ="_blank " rel ="noopener " tabindex ="-1 "> © < span id ="judge0-year "> 2025</ span > Judge0 - All Rights Reserved</ a >
145143 </ footer >
146144
147145 <!-- <div id="judge0-site-navigation" class="fixed top borderless ui menu judge0-showNavigation">
Original file line number Diff line number Diff line change @@ -200,7 +200,3 @@ document.addEventListener("DOMContentLoaded", function () {
200200 ide . layout . init ( ) ;
201201 } ) ;
202202} ) ;
203-
204- window . addEventListener ( "load" , function ( ) {
205- document . body . removeAttribute ( "style" ) ;
206- } ) ;
Original file line number Diff line number Diff line change @@ -22,3 +22,7 @@ document.body.addEventListener("click", function (event) {
2222 }
2323 } ) ;
2424} ) ;
25+
26+ window . addEventListener ( "load" , function ( ) {
27+ document . body . removeAttribute ( "style" ) ;
28+ } ) ;
You can’t perform that action at this time.
0 commit comments