Sha256: 6fa3f9658bb8d3bb8a9357ca40d367cf4b061ea56a96882f20e3c56bdc8632d1
Contents?: true
Size: 441 Bytes
Versions: 7
Compression:
Stored size: 441 Bytes
Contents
// <%= t(:'adva.cached_pages.confirmation.cleared_short') %> try { // var count = $('p.total strong').pop(); // if(count) { // $(count).html(parseInt(count.html()) - 1); // } // // var row = $('#<%= dom_id(@cached_page) %>'); // if(row) { // $(row).addClass('deleted'); // } $('#<%= dom_id(@cached_page) %>').remove(); Flash.notice("<%= t(:'adva.cached_pages.confirmation.cleared') %>") } catch(e) { alert(e) }
Version data entries
7 entries across 7 versions & 2 rubygems