[PE] Bug 39782
This commit is contained in:
parent
fb0b7c2fcc
commit
f5ea092697
|
@ -108,6 +108,7 @@ require([
|
||||||
docInfo.put_Options(data.options);
|
docInfo.put_Options(data.options);
|
||||||
docInfo.put_Token(data.token);
|
docInfo.put_Token(data.token);
|
||||||
docInfo.put_Permissions( data.permissions);
|
docInfo.put_Permissions( data.permissions);
|
||||||
|
window.document.title = 'Presenter View' + (data.title ? (' - ' + data.title) : '');
|
||||||
}
|
}
|
||||||
|
|
||||||
api.preloadReporter(data);
|
api.preloadReporter(data);
|
||||||
|
|
|
@ -109,6 +109,7 @@ require([
|
||||||
docInfo.put_Options(data.options);
|
docInfo.put_Options(data.options);
|
||||||
docInfo.put_Token(data.token);
|
docInfo.put_Token(data.token);
|
||||||
docInfo.put_Permissions( data.permissions);
|
docInfo.put_Permissions( data.permissions);
|
||||||
|
window.document.title = 'Presenter View' + (data.title ? (' - ' + data.title) : '');
|
||||||
}
|
}
|
||||||
|
|
||||||
api.preloadReporter(data);
|
api.preloadReporter(data);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html style="width:100%; height:100%;overflow: hidden;">
|
<html style="width:100%; height:100%;overflow: hidden;">
|
||||||
<head>
|
<head>
|
||||||
<title>ONLYOFFICE Presentation Editor</title>
|
<title>Presenter View</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=IE8"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=IE8"/>
|
||||||
<meta name="description" content="" />
|
<meta name="description" content="" />
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html style="width:100%; height:100%;overflow: hidden;">
|
<html style="width:100%; height:100%;overflow: hidden;">
|
||||||
<head>
|
<head>
|
||||||
<title>ONLYOFFICE Presentation Editor</title>
|
<title>Presenter View</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=IE8"/>
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=IE8"/>
|
||||||
<meta name="description" content="" />
|
<meta name="description" content="" />
|
||||||
|
|
Loading…
Reference in a new issue