oscar template: little style improvements

This commit is contained in:
Thomas Pointhuber 2014-09-27 15:46:57 +02:00
parent 47d1caed61
commit dc2c136220
3 changed files with 11 additions and 1 deletions

View file

@ -38,4 +38,8 @@ $(document).ready(function(){
$(this).html(html);
}
});
$(".select-all-on-click").click(function () {
$(this).select();
});
});