Pavel Loginov 3 years ago
parent feb0378cb3
commit fd5db10bb0

@ -28,7 +28,7 @@
<br /><span class="add-button" title="Add a new git job" id="add-git-button">+ Add git job</span>
<br /><br />
<div class="add-note alert addName alert-info" style="width: inherit; margin-right: 15px;">
You can read the description of all parameters <a href="https://roxy-wi.org/description.py?description=git" title="Git job description" target="_blank">here</a>
You can read the description of all parameters <a href="https://roxy-wi.org/howto.py?howto=git" title="How to work with Git" target="_blank">here</a>
</div>
{% endif %}
</div>

@ -1238,7 +1238,7 @@ function clearTips() {
function checkLength( o, n, min ) {
if ( o.val().length < min ) {
o.addClass( "ui-state-error" );
updateTips("Filed "+n+" is required");
updateTips("Field "+n+" is required");
return false;
} else {
return true;

Loading…
Cancel
Save