X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Fjs%2Fajaxupload.js;h=131ab078e68f54bcc7ff49acfa92c597c93ba9af;hb=d27cf0cb6041e90cb8465c198e25ad2320c616eb;hp=1c34b11b9ed87483669acd2faa0c6c62936da49d;hpb=c48e8106e36166a498387de2ad0b81f5934ddc77;p=friendica.git diff --git a/view/js/ajaxupload.js b/view/js/ajaxupload.js index 1c34b11b9e..131ab078e6 100644 --- a/view/js/ajaxupload.js +++ b/view/js/ajaxupload.js @@ -380,7 +380,8 @@ 'cursor' : 'pointer' }); - var div = document.createElement("div"); + var div = document.createElement("div"); + div.setAttribute('class', 'ajaxbutton-wrapper'); addStyles(div, { 'display' : 'block', 'position' : 'absolute',