Open troyk opened 12 years ago
Parser pukes on this:
<script language="javascript"> $(function(){ $('#krutmnu a').click(function(e){ //$('#body').children().hide().filter('#'+$(this).attr('href').replace(/#/,'')+'_panel').toggle(true); }); }); </script>
But not this:
<script language="javascript"> $(function(){ $('#krutmnu a').click(function(e){ /* $('#body').children().hide().filter('#'+$(this).attr('href').replace(/#/,'')+'_panel').toggle(true); */ }); }); </script>
It looks like development here has stalled, but of course the great thing with open source is I can fix this myself but I think I'll wait and see if this is covered in the linkedin fork which is supposed to show up soon http://engineering.linkedin.com/frontend/client-side-templating-throwdown-mustache-handlebars-dustjs-and-more
We avoid using inline scripts in the templates for a lot of good reasons. But certainly a good fix to have.
BTW, we now host our fork on the repo.
https://github.com/linkedin/dustjs
Parser pukes on this:
But not this:
It looks like development here has stalled, but of course the great thing with open source is I can fix this myself but I think I'll wait and see if this is covered in the linkedin fork which is supposed to show up soon http://engineering.linkedin.com/frontend/client-side-templating-throwdown-mustache-handlebars-dustjs-and-more