Created
May 3, 2020 07:58
-
-
Save GodSaveEarth/85697e7d76d5dc0b1d9259985dd3874a to your computer and use it in GitHub Desktop.
Synerdocs translate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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