Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 6, 2019
2 parents 1c1d440 + 1f97a5a commit f31aeb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function prepareRanks()
newArr.sort(function(a, b){
return b.count-a.count;
})
console.log(newArr);
//console.log(newArr);
var response="SOLVED BY;)))<br>";
for(var j=0;j<newArr.length;j++)
{
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html>
<head>
<title>INFOSEC CONTEST</title>
<title>CTF CONTEST</title>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
Expand Down

0 comments on commit f31aeb5

Please sign in to comment.