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-d78f3d33393fpull/27/merge
parent
7c430cd7a5
commit
d0f8e7e1aa
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue