mirror of
https://github.com/openvk/openvk
synced 2024-12-23 17:12:01 +03:00
Update al_wall.js
This commit is contained in:
parent
753333d7f2
commit
8d66711ada
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue