Skip to content

Instantly share code, notes, and snippets.

@GodSaveEarth
Created May 3, 2020 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GodSaveEarth/85697e7d76d5dc0b1d9259985dd3874a to your computer and use it in GitHub Desktop.
Save GodSaveEarth/85697e7d76d5dc0b1d9259985dd3874a to your computer and use it in GitHub Desktop.
Synerdocs translate
function fix_value(i,e) {
t = $(e).text();
t = t.replace(/Документ об отгрузке.+№/g, "УПД №");
$(e).text(t);
}
jQuery(".document-title>a").each(fix_value);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment