templates/default/fulldoc/html/app.js in yard-0.2.2 vs templates/default/fulldoc/html/app.js in yard-0.2.3
- old
+ new
@@ -3,10 +3,10 @@
if (parent && parent.document) {
$('html head title', parent.document).text($('html head title').text());
}
// Setup the view source links
- $(".section.source a.source_link").toggle(
+ $("a.source_link").toggle(
function() {
$(this).text('Hide source');
$(this).parent().next().show();
},
function() {
\ No newline at end of file