From 6f36b93ad3d47dc841b038aa9a1ae0150cdca704 Mon Sep 17 00:00:00 2001 From: Gergely POLONKAI Date: Sat, 18 Aug 2012 10:46:25 +0200 Subject: [PATCH] Added jquery.form plugin as a dependency Signed-off-by: Gergely Polonkai --- .gitmodules | 3 +++ web/js/jquery-form | 1 + 2 files changed, 4 insertions(+) create mode 160000 web/js/jquery-form diff --git a/.gitmodules b/.gitmodules index 57a0d9c..3912d64 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "web/js/jquery-cluetip"] path = web/js/jquery-cluetip url = git://github.com/kswedberg/jquery-cluetip.git +[submodule "web/js/jquery-form"] + path = web/js/jquery-form + url = git://github.com/malsup/form.git diff --git a/web/js/jquery-form b/web/js/jquery-form new file mode 160000 index 0000000..ff80d9d --- /dev/null +++ b/web/js/jquery-form @@ -0,0 +1 @@ +Subproject commit ff80d9ddf4972f5fd47e6cd60eab39961e26ab7a