[start page] changed show time for ads

This commit is contained in:
Maxim Kadushkin
2016-12-15 16:47:35 +03:00
parent b5570aa69e
commit 2323d45357
4 changed files with 10 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -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);

View File

@ -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 {