diff options
| author | Teddy Wing | 2014-03-26 22:17:27 -0400 |
|---|---|---|
| committer | Teddy Wing | 2014-03-26 22:17:27 -0400 |
| commit | 58aaa18daa7e6d8702d73368a52035b1847f38bc (patch) | |
| tree | ae188953e97f122b8a8f1d13df77486f2d150d86 /build | |
| parent | 1db53bf41ed368fee01496f14e4ee1c5503ea8da (diff) | |
| download | GitHub-Show-Full-Commit-Message-Bookmarklet-58aaa18daa7e6d8702d73368a52035b1847f38bc.tar.bz2 | |
Fix bug: bookmarklet didn't work on GitHub commit pages
The bookmarklet was designed on the pull request page. Hadn't tested it
on the commit page.
Diffstat (limited to 'build')
| -rw-r--r-- | build/github-show-full-commit-message.bookmarklet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/github-show-full-commit-message.bookmarklet b/build/github-show-full-commit-message.bookmarklet index df6db9d..723e506 100644 --- a/build/github-show-full-commit-message.bookmarklet +++ b/build/github-show-full-commit-message.bookmarklet @@ -1 +1 @@ -javascript:(function()%7B(function()%7Bif(-1!%3Dwindow.location.href.indexOf(%22github.com%22))%7Bvar%20e%3D%24(%22.commit-message%20.hidden-text-expander%20.js-details-target%22)%3B%24(%22.commit.open%22).length%3E0%3F%24(%22.commit%22).removeClass(%22open%22)%3Ae.click()%7D%7D)()%3B%7D)() +javascript:(function()%7B(function()%7Bif(-1!%3Dwindow.location.href.indexOf(%22github.com%22))%7Bvar%20e%3D%24(%22.commit%20.hidden-text-expander%20.js-details-target%22)%3B%24(%22.commit.open%22).length%3E0%3F%24(%22.commit%22).removeClass(%22open%22)%3Ae.click()%7D%7D)()%3B%7D)() |
