mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 16:57:48 +08:00
[PE mobile] Fix opensource warning
This commit is contained in:
@ -579,8 +579,7 @@ define([
|
||||
var value = Common.localStorage.getItem("pe-opensource-warning");
|
||||
value = (value!==null) ? parseInt(value) : 0;
|
||||
var now = (new Date).getTime();
|
||||
if (now - value > 40) {
|
||||
// if (now - value > 86400000) {
|
||||
if (now - value > 86400000) {
|
||||
Common.localStorage.setItem("pe-opensource-warning", now);
|
||||
uiApp.modal({
|
||||
title: me.notcriticalErrorTitle,
|
||||
|
||||
Reference in New Issue
Block a user