Sha256: 3957c90550c9e9aa62d6edba2ed11a20410795cf804e486a78f12d8d25a7cd1e
Contents?: true
Size: 483 Bytes
Versions: 24
Compression:
Stored size: 483 Bytes
Contents
// Populate the modal div with the snippets view $("#snippets-modal").html("<%= escape_javascript( render "list", snippets: snippets, search: search, author: author, remote: true ) %>"); // Show the snippets modal $("#snippets-modal").foundation('reveal', 'open'); // Make the sorting and pagination links 'remote' so they do not navigate away. $('.snippets').on('click', 'th a, .pagination a', function () { $.getScript(this.href); return false; } ); initTogglers();
Version data entries
24 entries across 24 versions & 1 rubygems