mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[start page] changed show time for ads
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -97,8 +97,6 @@
|
||||
this.$panelPortalList = this.$panel.find('#box-portals');
|
||||
|
||||
if ( !localStorage['commercial'] ) {
|
||||
localStorage.setItem('commercial', 'showed');
|
||||
|
||||
var onadsclick = (e) => {
|
||||
let $el = $(e.target);
|
||||
let action = $el.attr('action');
|
||||
@ -209,6 +207,9 @@
|
||||
var portals = PortalsStore.portals();
|
||||
|
||||
if (portals.length) {
|
||||
!localStorage['commercial'] &&
|
||||
localStorage.setItem('commercial', 'showed');
|
||||
|
||||
let auth_arr = {};
|
||||
for (let rec of portals) {
|
||||
var pm = new PortalModel(rec);
|
||||
|
||||
@ -639,6 +639,9 @@ li.menu-item {
|
||||
&.docreview {
|
||||
content: -webkit-image-set(data-uri('ads_reviews.png') 1x, data-uri('ads_reviews.png') 2x);
|
||||
}
|
||||
|
||||
width:720px;
|
||||
height:330px;
|
||||
}
|
||||
|
||||
/*.center {
|
||||
|
||||
Reference in New Issue
Block a user