Skip to content

Commit

Permalink
append initilization to the end of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
janmonschke committed Oct 24, 2012
1 parent cab5044 commit 5372986
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions server/views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ html
link(rel="stylesheet", href="/stylesheets/app.css")
script(src="/javascripts/vendor.js")
script(src="/javascripts/app.js")
script
require('initialize');
title CGIP
body
.global
#container
if user
script(id="user_hash")
window.user_hash = !{JSON.stringify(user)}
window.user_hash = !{JSON.stringify(user)}

script
require('initialize');

0 comments on commit 5372986

Please sign in to comment.