Skip to content

Commit

Permalink
Remove link to github page from Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis W. Frank committed Jun 11, 2011
1 parent 09e8822 commit c2ed717
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 52 deletions.
49 changes: 0 additions & 49 deletions HowToRelease.markdown

This file was deleted.

2 changes: 1 addition & 1 deletion lib/jasmine-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jasmine.TrivialReporter.prototype.reportRunnerStarting = function(runner) {
this.outerDiv = this.createDom('div', { className: 'jasmine_reporter' },
this.createDom('div', { className: 'banner' },
this.createDom('div', { className: 'logo' },
this.createDom('a', { href: 'http://pivotal.github.com/jasmine/', target: "_blank" }, "Jasmine"),
this.createDom('span', { className: 'title' }, "Jasmine"),
this.createDom('span', { className: 'version' }, runner.env.versionString())),
this.createDom('div', { className: 'options' },
"Show ",
Expand Down
2 changes: 1 addition & 1 deletion lib/jasmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -2467,5 +2467,5 @@ jasmine.version_= {
"major": 1,
"minor": 1,
"build": 0,
"revision": 1307830575
"revision": 1307836216
}
2 changes: 1 addition & 1 deletion src/html/TrivialReporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jasmine.TrivialReporter.prototype.reportRunnerStarting = function(runner) {
this.outerDiv = this.createDom('div', { className: 'jasmine_reporter' },
this.createDom('div', { className: 'banner' },
this.createDom('div', { className: 'logo' },
this.createDom('a', { href: 'http://pivotal.github.com/jasmine/', target: "_blank" }, "Jasmine"),
this.createDom('span', { className: 'title' }, "Jasmine"),
this.createDom('span', { className: 'version' }, runner.env.versionString())),
this.createDom('div', { className: 'options' },
"Show ",
Expand Down

0 comments on commit c2ed717

Please sign in to comment.