document.onclick=function(){
document.getElementById('box').style.display='none';
}
//Если все же надо давать возможность кликать по самому элементу, то так:
document.onclick=function(e){
if(e.target!=document.getElementById('box'))
document.getElementById('box').style.display='none';
}
if( !current_user_can('опция, которую умеет только админ') ){
header('HTTP/1.1 404 Not Found');
header('Location: /404.html');
exit(); // на всякий случай if(true !== false) :D
}
$(document).on("change", '.multiple input[value=""]', function(){
var i = 0;
var n = $('.file').length;
var items = n + 1;
$(this).attr("id",'contact_attachment' + items)
$('.multiple').prepend('<input class="btn-review file full " type="file" multiple name="contact_attachment1" id="contact_attachment " value=""/>');
});
<meta name="viewport" content="width=ТУТ ШИРИНА МАКЕТА">
window.onresize
$('.grid').masonry({
resize: false
});