Skip to content

Commit

Permalink
this shit just got incredibly real
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Aug 17, 2013
1 parent f2cc3e2 commit 9b1f0d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/scripts/ui/panels.js
Expand Up @@ -4,8 +4,7 @@ define([
"lodash",
"text!templates/panel.html"
], function ( defineComponent, $, _, panelTemplate ) {
// wee joke
"use strict"
"use strict";

return defineComponent( panels );

Expand All @@ -28,7 +27,7 @@ define([
target.replaceWith( panel )
target.children().fadeIn( 2400 )
} else {
panel.css( "display: none" );
panel.css( "display", "none" );
$( "body" ).append( panel );
panel.fadeIn( 1000 );
}
Expand Down

0 comments on commit 9b1f0d0

Please sign in to comment.