Skip to content

Instantly share code, notes, and snippets.

@DmitryMiroshnichenko
Last active March 3, 2016 13:12
Show Gist options
  • Save DmitryMiroshnichenko/34dc6ea9dc4a3b4fad49 to your computer and use it in GitHub Desktop.
Save DmitryMiroshnichenko/34dc6ea9dc4a3b4fad49 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function(){
console.log(window.location.href);
if (window.location.href == "http://pvdb.ru/question/")
{
jQuery("#reply-title").text("Задать вопрос");
jQuery(".comment-form-comment").children("label").text("Вопрос");
jQuery("#submit").val("Отправить вопрос");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment