From e4d0dd96dedf131823b173d9c72643536f596aa8 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Fri, 29 Oct 2010 21:02:47 +0200 Subject: [PATCH] use local files only if available --- templates/layouts/ui.html.ep | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/layouts/ui.html.ep b/templates/layouts/ui.html.ep index bbe346a..da1f4c6 100644 --- a/templates/layouts/ui.html.ep +++ b/templates/layouts/ui.html.ep @@ -7,13 +7,14 @@ + +% if ( -e "public/js/jquery.min.js" ) { - - +% }