|
|
@ -954,7 +954,6 @@ String.prototype.endsWith = function (pattern) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})(jQuery);
|
|
|
|
})(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function setSimpleMDE($editArea) {
|
|
|
|
function setSimpleMDE($editArea) {
|
|
|
|
if (codeMirrorEditor) {
|
|
|
|
if (codeMirrorEditor) {
|
|
|
|
codeMirrorEditor.toTextArea();
|
|
|
|
codeMirrorEditor.toTextArea();
|
|
|
@ -1660,6 +1659,7 @@ function initWipTitle() {
|
|
|
|
e.preventDefault();
|
|
|
|
e.preventDefault();
|
|
|
|
|
|
|
|
|
|
|
|
var $issueTitle = $("#issue_title");
|
|
|
|
var $issueTitle = $("#issue_title");
|
|
|
|
|
|
|
|
$issueTitle.focus();
|
|
|
|
var value = $issueTitle.val().trim().toUpperCase();
|
|
|
|
var value = $issueTitle.val().trim().toUpperCase();
|
|
|
|
|
|
|
|
|
|
|
|
for (var i in wipPrefixes) {
|
|
|
|
for (var i in wipPrefixes) {
|
|
|
|