Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
01134f7d
Commit
01134f7d
authored
Aug 30, 2016
by
Julia Radzhabova
Committed by
GitHub
Aug 30, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #22 from ONLYOFFICE/release/v4.1.0
Release/v4.1.0
parents
59bac2b2
5779ec35
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
13 deletions
+3
-13
apps/documenteditor/main/app/controller/Main.js
apps/documenteditor/main/app/controller/Main.js
+1
-1
apps/documenteditor/mobile/index.html.deploy
apps/documenteditor/mobile/index.html.deploy
+0
-10
apps/presentationeditor/main/app/controller/Main.js
apps/presentationeditor/main/app/controller/Main.js
+1
-1
apps/spreadsheeteditor/main/app/controller/Main.js
apps/spreadsheeteditor/main/app/controller/Main.js
+1
-1
No files found.
apps/documenteditor/main/app/controller/Main.js
View file @
01134f7d
...
...
@@ -922,7 +922,7 @@ define([
onEditorPermissions
:
function
(
params
)
{
var
licType
=
params
.
asc_getLicenseType
();
if
(
Asc
.
c_oLicenseResult
.
Expired
===
licType
||
Asc
.
c_oLicenseResult
.
Error
===
licType
)
{
if
(
Asc
.
c_oLicenseResult
.
Expired
===
licType
||
Asc
.
c_oLicenseResult
.
Error
===
licType
||
Asc
.
c_oLicenseResult
.
ExpiredTrial
===
licType
)
{
Common
.
UI
.
warning
({
title
:
this
.
titleLicenseExp
,
msg
:
this
.
warnLicenseExp
,
...
...
apps/documenteditor/mobile/index.html.deploy
View file @
01134f7d
...
...
@@ -53,16 +53,6 @@
margin-bottom
:
5px
;
}
.loader-page-text
{
display
:
inline-block
;
font-size
:
14px
;
margin-left
:
80px
;
margin-top
:
125px
;
color
:
#888
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
line-height
:
20px
;
}
.romb
{
width
:
40px
;
height
:
40px
;
...
...
apps/presentationeditor/main/app/controller/Main.js
View file @
01134f7d
...
...
@@ -713,7 +713,7 @@ define([
onEditorPermissions
:
function
(
params
)
{
var
licType
=
params
.
asc_getLicenseType
();
if
(
Asc
.
c_oLicenseResult
.
Expired
===
licType
||
Asc
.
c_oLicenseResult
.
Error
===
licType
)
{
if
(
Asc
.
c_oLicenseResult
.
Expired
===
licType
||
Asc
.
c_oLicenseResult
.
Error
===
licType
||
Asc
.
c_oLicenseResult
.
ExpiredTrial
===
licType
)
{
Common
.
UI
.
warning
({
title
:
this
.
titleLicenseExp
,
msg
:
this
.
warnLicenseExp
,
...
...
apps/spreadsheeteditor/main/app/controller/Main.js
View file @
01134f7d
...
...
@@ -736,7 +736,7 @@ define([
var
licType
=
params
?
params
.
asc_getLicenseType
()
:
Asc
.
c_oLicenseResult
.
Error
;
if
(
params
&&
!
(
this
.
appOptions
.
isEditDiagram
||
this
.
appOptions
.
isEditMailMerge
))
{
if
(
Asc
.
c_oLicenseResult
.
Expired
===
licType
||
Asc
.
c_oLicenseResult
.
Error
===
licType
)
{
if
(
Asc
.
c_oLicenseResult
.
Expired
===
licType
||
Asc
.
c_oLicenseResult
.
Error
===
licType
||
Asc
.
c_oLicenseResult
.
ExpiredTrial
===
licType
)
{
Common
.
UI
.
warning
({
title
:
this
.
titleLicenseExp
,
msg
:
this
.
warnLicenseExp
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment