fixed js issue

--HG--
branch : rc-botanic-webdev
This commit is contained in:
Botanic 2013-06-17 03:08:45 -07:00
parent 54d2153c4b
commit 983ea23da6

View file

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