Skip to content

Commit

Permalink
release history page doesn't open when version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
k2nr committed Dec 2, 2011
1 parent 924ad2a commit 589c09f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions background.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions coffee/background.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ g.bg =
times = req.times ? 1
if len == 0
url = @getDefaultNewTabPage()
while req.times--
while times--
chrome.tabs.create(url : url, selected : focus, pinned : pinned)
else
while req.times--
while times--
for url in urls
chrome.tabs.create(url : url, selected : focus, pinned : pinned)
false
Expand Down

0 comments on commit 589c09f

Please sign in to comment.