1
0
mirror of /repos/Prototyper.git synced 2026-02-27 16:12:00 +01:00

corrected editor.html

This commit is contained in:
Aiko Mastboom
2015-07-03 14:53:47 +02:00
parent fb2d954871
commit 8a855988b7
3 changed files with 11 additions and 7 deletions

View File

@@ -112,6 +112,9 @@ 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.min.map ]; then
${CURL} http://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.map
fi
if [ ! -f ./jquery-ui.js ]; then
${CURL} http://code.jquery.com/ui/1.10.3/jquery-ui.js
fi