Sha256: 0acf2daa40f96b65ef20c8ebe57b9f5c5959b106f9383bd022e75a465e6a66f8
Contents?: true
Size: 268 Bytes
Versions: 13
Compression:
Stored size: 268 Bytes
Contents
$(document).ready(function() { $('span.translation_missing').contextmenu(function(event) { key = $(this).attr("title").split(":")[1].trim() window.open("/i18nline/find_by_key?key=" + key, "_blank"); return false; //prevent context menu to show }); });
Version data entries
13 entries across 13 versions & 2 rubygems