mirror of
https://github.com/openvk/openvk
synced 2025-07-07 08:19:49 +03:00
Merge branch 'master' into avatarxd2
This commit is contained in:
commit
a31a4a356c
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ document.addEventListener("DOMContentLoaded", function() { //BEGIN
|
||||||
return e.preventDefault();
|
return e.preventDefault();
|
||||||
});
|
});
|
||||||
u("#_newPicture").on("click", function(e) {
|
u("#_newPicture").on("click", function(e) {
|
||||||
MessageBox(tr('new_photo'),
|
MessageBox(tr('new_photo'),
|
||||||
"<form id='tmpPhDelF' action='" + u(this).attr("href") + "' method='POST' enctype='multipart/form-data'>"+
|
"<form id='tmpPhDelF' action='" + u(this).attr("href") + "' method='POST' enctype='multipart/form-data'>"+
|
||||||
"<div id='tmpdd' style='text-align:center'>"+tr('formats')+"<br><br>"+
|
"<div id='tmpdd' style='text-align:center'>"+tr('formats')+"<br><br>"+
|
||||||
"<label class=\"button\" style=\"\">"+tr('browse')+
|
"<label class=\"button\" style=\"\">"+tr('browse')+
|
||||||
|
|
Loading…
Reference in a new issue