Last active
March 3, 2016 13:12
-
-
Save DmitryMiroshnichenko/34dc6ea9dc4a3b4fad49 to your computer and use it in GitHub Desktop.
This file contains 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
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