small fix in diabook

This commit is contained in:
tommy tomson 2012-03-27 23:41:19 +02:00
commit f30471df4f
3 changed files with 3 additions and 3 deletions

View file

@ -369,7 +369,7 @@ function restore_boxes(){
$.cookie('close_lastusers','2', { expires: 365, path: '/' });
$.cookie('close_lastphotos','2', { expires: 365, path: '/' });
$.cookie('close_lastlikes','2', { expires: 365, path: '/' });
alert('right column was restored');
alert('Right-hand column was restored');
};