From a4e7fc983d5e6d5db3919203dcd202dda68493d5 Mon Sep 17 00:00:00 2001 From: jade-bot Date: Sat, 25 May 2013 22:04:28 -0700 Subject: [PATCH] Update to maintain compatability with the latest version of jade --- web/index.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.jade b/web/index.jade index 99287b7..fce0128 100644 --- a/web/index.jade +++ b/web/index.jade @@ -16,7 +16,7 @@ html(lang="en") script(src="try/kaffeine-browser.js") script(src="js/highlighter.js") script(src="js/app.js") - script + script. $(document).ready(function() { $("h1").lettering(); }); @@ -61,6 +61,6 @@ html(lang="en") .section !=partial("./sections/roadmap") !=partial("./sections/footer") - script + script. $("h1").fitText(0.38) $(".download").fitText(3) \ No newline at end of file