Update al_wall.js

This commit is contained in:
n1rwana 2023-08-04 00:36:01 +03:00
parent 753333d7f2
commit 8d66711ada

View file

@ -417,7 +417,7 @@ function getPostPopup(post) {
function openNearPosts(posts) { function openNearPosts(posts) {
if (posts.posts.length > 0) { if (posts.posts.length > 0) {
let MsgTxt = "<div id=\"osm-map\"></div>"; let MsgTxt = "<div id=\"osm-map\"></div>";
MsgTxt += "<br /><br /><center style='color: grey;'>Показано последние 25 постов за месяц</center>"; MsgTxt += "<br /><br /><center style='color: grey;'>Показаны последние 25 постов за месяц</center>";
MessageBox("Ближайшие посты", MsgTxt, ["OK"], [Function.noop]); MessageBox("Ближайшие посты", MsgTxt, ["OK"], [Function.noop]);