We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c62fd commit 3d8827bCopy full SHA for 3d8827b
Gruntfile.js
@@ -118,10 +118,10 @@ module.exports = function(grunt) {
118
tests = grunt.config("tests");
119
120
if ( pull ) {
121
- jobName = "jQuery Migrate pull <a href='https://github.com/jquery/jquery-migrate/pull/" +
+ jobName = "Pull <a href='https://github.com/jquery/jquery-migrate/pull/" +
122
pull[ 1 ] + "'>#" + pull[ 1 ] + "</a>";
123
} else {
124
- jobName = "jQuery Migrate commit #<a href='https://github.com/jquery/jquery-migrate/commit/" +
+ jobName = "Commit <a href='https://github.com/jquery/jquery-migrate/commit/" +
125
commit + "'>" + commit.substr( 0, 10 ) + "</a>";
126
}
127
0 commit comments