We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56d064 commit c294ef4Copy full SHA for c294ef4
trunk/web/template/syzoj/problem.php
@@ -278,7 +278,8 @@ function transform(){
278
}
279
$("#submit").remove();
280
<?php if ($row['spj']>1 && !isset($_GET['spa']) ){ ?>
281
- window.setTimeout('$("iframe")[0].contentWindow.$("#TestRun").remove();',1000);
+ if($("iframe")[0].contentWindow.$!=undefined )
282
+ window.setTimeout('$("iframe")[0].contentWindow.$("#TestRun").remove();',1000);
283
<?php }?>
284
285
// Add code to place drag button on the left side of the iframe
0 commit comments