Article previous html
Jump to navigation
Jump to search
| Line 314: | Line 314: | ||
case 'post' : | case 'post' : | ||
pagename = 'Posts/'; | pagename = 'Posts/'; | ||
| − | + | // ***attention!! | |
| + | // see here https://phabricator.wikimedia.org/T12407 | ||
| + | // && will not work correctly ! | ||
| + | // if(month && year) | ||
| + | if(! (month || year) ) {alert('cisono') | ||
pagename += obj_months[month] + ' ' + year + ' - ' + title; | pagename += obj_months[month] + ' ' + year + ' - ' + title; | ||
} else if(year) { | } else if(year) { | ||
Revision as of 08:15, 12 March 2020