Sha256: ce8718d6321be6d7e43684d5f8f8d57137618661b81091e16e9f48fe5616c7cd
Contents?: true
Size: 243 Bytes
Versions: 10
Compression:
Stored size: 243 Bytes
Contents
$(document).ready(function() { neutral = $("div.neutral").find("<%= by_url %>").parent(); neutral.find("span.error").remove(); $("<span class='error'><%= t('errors.duplication') %></span>").appendTo(neutral).delay(4000).hide(0); });
Version data entries
10 entries across 10 versions & 1 rubygems