now sarahmei can watch revolution OS too! will write tests soon
This commit is contained in:
parent
54feaca998
commit
42fd9a19da
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
var service = $this.data("host"),
|
||||
container = document.createElement("div"),
|
||||
$container = $(container).attr("class", "video-container"),
|
||||
$videoContainer = $this.parent().siblings(".video-container");
|
||||
$videoContainer = $this.siblings(".video-container");
|
||||
|
||||
if($videoContainer.length) {
|
||||
$videoContainer.slideUp("fast", function() { $(this).detach(); });
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
);
|
||||
|
||||
$container.hide()
|
||||
.insertBefore($this.parent().siblings(".info"))
|
||||
.insertBefore($this.siblings(".info"))
|
||||
.slideDown('fast');
|
||||
|
||||
$this.click(function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue