Sha256: cf21dfc763605c5d3678f44fdc984ac357e0eef2c59d40fe0e3fa6f72745f75a

Contents?: true

Size: 538 Bytes

Versions: 36

Compression:

Stored size: 538 Bytes

Contents

$(document).ready(function() {
    // Set the title of this page as the index title
    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(
        function() {
            $(this).text('Hide source');
            $(this).parent().next().show();
        },
        function() {
            $(this).text('View source');
            $(this).parent().next().hide();
        }
    );
});

Version data entries

36 entries across 23 versions & 9 rubygems

Version Path
caius-celerity-0.0.6.11 website/yard/app.js
drnic-celerity-0.0.6.17 website/yard/app.js
rango-0.1.pre doc/head/app.js
rango-0.1.pre doc/0.0.3/app.js
rango-0.1.pre doc/0.0.3/head/app.js
rango-0.1.pre doc/0.0.4/app.js
rango-0.1.pre doc/0.0.4/head/app.js
rango-0.1.pre doc/versions/0.0.1/app.js
rango-0.1.pre doc/0.0.5/app.js
rango-0.0.4 doc/0.0.3/app.js
rango-0.0.4 doc/0.0.4/head/app.js
rango-0.0.4 doc/head/app.js
rango-0.0.4 doc/versions/0.0.1/app.js
rango-0.0.4 doc/0.0.3/head/app.js
rango-0.0.4 doc/0.0.4/app.js
erbook-6.1.0 doc/api/app.js
erbook-6.0.1 doc/api/app.js
erbook-6.0.0 doc/api/app.js
yard-0.2.3.5 templates/javadoc/fulldoc/html/app.js
yard-0.2.3.4 templates/javadoc/fulldoc/html/app.js