From 376cc8653a768b38db2b69eca129368f6f609715 Mon Sep 17 00:00:00 2001 From: Menno Schilder Date: Thu, 6 Dec 2012 14:12:24 +0100 Subject: [PATCH] Add jquery validate as submodule --- .gitmodules | 3 +++ thirdparty/jquery-validate | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 thirdparty/jquery-validate diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0da5590 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "thirdparty/jquery-validate"] + path = thirdparty/jquery-validate + url = git://github.com/jzaefferer/jquery-validation.git diff --git a/thirdparty/jquery-validate b/thirdparty/jquery-validate new file mode 160000 index 0000000..3d02806 --- /dev/null +++ b/thirdparty/jquery-validate @@ -0,0 +1 @@ +Subproject commit 3d02806333627b8cc6ddbaef65e99dbe0510a769