Sha256: 1de1f9368132662d5467ba2fb021a38c82fb3440fdb0187930adfb479bc18e4b

Contents?: true

Size: 522 Bytes

Versions: 18

Compression:

Stored size: 522 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
    $("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

18 entries across 18 versions & 7 rubygems

Version Path
baccigalupi-aqua-0.1.1 doc/app.js
baccigalupi-aqua-0.1.2 doc/app.js
baccigalupi-aqua-0.1.3 doc/app.js
baccigalupi-aqua-0.1.4 doc/app.js
baccigalupi-aqua-0.1.5 doc/app.js
octopi-0.4.5 doc/app.js
octopi-0.4.4 doc/app.js
vanntastic-imgur-0.3.0 doc/app.js
vanntastic-imgur-0.2.0 doc/app.js
imgur-0.2.0 doc/app.js
ident-0.0.2 doc/app.js
ident-0.0.1 doc/app.js
yard-0.2.3.5 templates/default/fulldoc/html/app.js
yard-0.2.3.4 templates/default/fulldoc/html/app.js
yard-0.2.3.2 templates/default/fulldoc/html/app.js
tsung_stats_server-0.0.1 doc/app.js
yard-0.2.3.3 templates/default/fulldoc/html/app.js
yard-0.2.3 templates/default/fulldoc/html/app.js