From 5728fb4c2ead8566965290ebddf45cfe2c0944c8 Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Wed, 15 May 2013 00:36:29 +0200 Subject: [PATCH] add jquiry-ui --- bin/installit | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/installit b/bin/installit index e35ce83..9c03cc0 100755 --- a/bin/installit +++ b/bin/installit @@ -110,6 +110,10 @@ mkdir -p ./public/lib/jquery cd ./public/lib/jquery if [ ! -f ./jquery.min.js ]; then ${CURL} http://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js + # http://code.jquery.com/jquery-1.9.1.js +fi +if [ ! -f ./jquery-ui.js ]; then + ${CURL} http://code.jquery.com/ui/1.10.3/jquery-ui.js fi cd ${base_dir}