Open IMDB url in new window. fix #797

This commit is contained in:
Ruud
2012-09-03 23:23:18 +02:00
parent 864cd0e091
commit 012ae9769a
@@ -329,7 +329,8 @@ var IMDBAction = new Class({
self.el = new Element('a.imdb', {
'title': 'Go to the IMDB page of ' + self.movie.getTitle(),
'href': 'http://www.imdb.com/title/'+self.id+'/'
'href': 'http://www.imdb.com/title/'+self.id+'/',
'target': '_blank'
});
if(!self.id) self.disable();