Change messages

bug/bundler_fix
sinn3r 2014-02-10 14:59:44 -06:00
parent 48fdb08164
commit 575ee09b77
2 changed files with 2 additions and 9 deletions

View File

@ -7,7 +7,7 @@
<pre> <pre>
Target IP : =RHOST= Target IP : =RHOST=
Start Time : =STARTTIME= Start Time : =STARTTIME=
Status : <span id="message">Please wait for the chat request to be accepted. If it does, you will be asked to allow your webcam to run.</span> Status : <span id="message">Please wait for the broadcast...</span>
</pre> </pre>
</div> </div>
<div id="chat_area"></div> <div id="chat_area"></div>

View File

@ -3,13 +3,7 @@
<script src="api.js"> </script> <script src="api.js"> </script>
</head> </head>
<body> <body>
<div id="message" align="right"> <div id="message">Starting a session...</div>
<font color="red">
<h2>Urgent: Security breached.</h2>
Your computer security has been breached during an authorized assessment.<br>
Please allow the video chat request in order to resolve this matter.
</font></div>
<div id="chat_area"></div> <div id="chat_area"></div>
<script> <script>
var channel = '=CHANNEL='; var channel = '=CHANNEL=';
@ -52,7 +46,6 @@
}, 1000); }, 1000);
} }
document.getElementById("message").innerHTML = "The video session has ended."; document.getElementById("message").innerHTML = "The video session has ended.";
document.getElementById("message").style.display = "";
}; };
window.onload = function() { window.onload = function() {