var target = document.getElementsByTagName('li')[0];

target.onclick = function(e) {

e.stopPropagation();

}