Skip to content

Commit a8f5e3c

Browse files
committed
Grunt/testswarm: Undo the change from 6e55168 to see if its responsible for the position errors in IE8
1 parent 3d9545a commit a8f5e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/tasks/testswarm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function submit( commit, tests, configFile, version, done ) {
5151
}, {
5252
authUsername: config.authUsername,
5353
authToken: config.authToken,
54-
jobName: 'jQuery UI ' + version + '#<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 10 ) + '</a>',
54+
jobName: 'jQuery UI ' + version + '<a href="https://github.com/jquery/jquery-ui/commit/' + commit + '">' + commit.substr( 0, 7 ) + '</a>',
5555
runMax: config.runMax,
5656
"runNames[]": Object.keys(tests),
5757
"runUrls[]": testUrls,

0 commit comments

Comments
 (0)