Skip to content

Commit

Permalink
notice modal
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Sep 2, 2019
1 parent 6e5b7a6 commit e424c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@ function pop_notice()
{
flag=document.getElementById("myModal");
flag.style.display="block";
document.getElementById("result_here").innerHTML="<b>"+"NOTICE:"+"<br>"+"</b>"+"IT IS ADVISED TO INSTALL LINUX(RECOMMENDED:KALI LINUX) IN YOUR SYSTEM BEFORE COMING TO THE"+"<b>"+" BLACK HAT "+"</b>"+"GROUP OF IIIT!!";
document.getElementById("result_here").innerHTML="<b>"+"NOTICE:"+"<br>"+"</b>"+"IT IS ADVISED TO INSTALL LINUX(RECOMMENDED:KALI LINUX) IN YOUR SYSTEM BEFORE COMING TO THE"+"<b>"+" BLACK HAT "+"</b>"+"GROUP OF IIIT!!"+"<br>"+"HOWEVER YOU DON'T REQUIRE LINUX FOR SOLVING THIS CONTEST.";
}

0 comments on commit e424c31

Please sign in to comment.