Sha256: 7ef8b0518a3f77423846984623fa90e5d9346a252ed9e77e8676c52f7cdaf97d
Contents?: true
Size: 190 Bytes
Versions: 1
Compression:
Stored size: 190 Bytes
Contents
$(function() { $("img.album").each(function(){ if($(this).attr("src").startsWith("/")){ $(this).attr("src", $(this).attr('src').slice(1)); } }); });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-panda-0.2.6 | assets/js/album.js |