From bcc8acf5053acbc78ad9f8f1419581a378341d5a Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 2 Dec 2015 13:48:24 +0100 Subject: [PATCH] added submodule for foot JS library --- .gitmodules | 3 +++ contrib/websocket/flot | 1 + 2 files changed, 4 insertions(+) create mode 160000 contrib/websocket/flot diff --git a/.gitmodules b/.gitmodules index 0c0c45228..c4b56bbf2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,6 @@ path = clients/rtds url = git@github.com:RWTH-ACS/GTFPGA.git branch = master +[submodule "contrib/websocket/flot"] + path = contrib/websocket/flot + url = https://github.com/flot/flot.git diff --git a/contrib/websocket/flot b/contrib/websocket/flot new file mode 160000 index 000000000..958e5fd43 --- /dev/null +++ b/contrib/websocket/flot @@ -0,0 +1 @@ +Subproject commit 958e5fd43c6dff4bab3e1fd5cb6109df5c1e8003