fixed js issue

This commit is contained in:
Botanic 2013-06-17 03:08:45 -07:00
parent 4fdee0b373
commit 29d976f9f3

View file

@ -273,10 +273,6 @@ function docReady(){
e.preventDefault();
$('#myModal').modal('show');
});
$('.btn-help').click(function(e){
}
});