From 81c913b4ec5a1c33694c54f277667c32c2488471 Mon Sep 17 00:00:00 2001 From: Kartik Mistry Date: Tue, 25 Mar 2014 11:30:00 +0530 Subject: [PATCH] Fix the path to qunit.js and qunit.css The submodule no longer provides qunit.js or qunit.css So, directly accessing them from the CDN now. --- .gitmodules | 4 ---- libs/qunit | 1 - test/index.html | 4 ++-- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 .gitmodules delete mode 160000 libs/qunit diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 235b802..0000000 --- a/.gitmodules +++ /dev/null @@ -1,4 +0,0 @@ -[submodule "libs/qunit"] - path = libs/qunit - url = git://github.com/jquery/qunit.git - diff --git a/libs/qunit b/libs/qunit deleted file mode 160000 index dbd0053..0000000 --- a/libs/qunit +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dbd005333d23dc1b248a3b6d17f32ab2b2396c66 diff --git a/test/index.html b/test/index.html index 883d372..7069c77 100644 --- a/test/index.html +++ b/test/index.html @@ -16,8 +16,8 @@ - - + +