eyeZm Plugin: Changed text on H264 splash page

Signed-off-by: Jai Dhar <jdhar@eyezm.com>

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3317 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
jaidhar 2011-04-19 00:10:17 +00:00
parent 7c430cd7a5
commit d0f8e7e1aa
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ function stream264fn ($mid, $width, $height, $br) {
/** Generate the web-page presented to the viewer when using H264 */
function h264vidHtml($width, $height, $monitor, $br, $thumbsrc) {
function printTermLink() {
$str = "H264 Streaming Launching...<br>";
$str = "H264 Streaming Launching...<br>Tap to re-load if stream fails";
$str2 = "document.getElementById(\"loaddiv\").innerHTML = \"".$str."\";";
echo $str2;