From 90cac28c0437c72b279d4386733ceda1dcc6613e Mon Sep 17 00:00:00 2001 From: Miguel Barao Date: Sun, 15 Apr 2018 23:14:46 +0100 Subject: [PATCH] - moved javascript libraries to static/libs. Having them out of the hierarchy was a bad idea. --- static/DataTables | 2 +- static/MathJax | 2 +- static/bootstrap | 2 +- static/fontawesome.min.js | 2 +- static/jquery.min.js | 1 + static/js/jquery.dataTables.min.js | 1 - static/js/jquery.min.js | 1 - static/popper.min.js | 2 +- templates/admin.html | 2 +- templates/grade.html | 7 +++---- templates/login.html | 2 +- templates/review.html | 2 +- templates/test.html | 2 +- 13 files changed, 13 insertions(+), 15 deletions(-) create mode 120000 static/jquery.min.js delete mode 120000 static/js/jquery.dataTables.min.js delete mode 120000 static/js/jquery.min.js diff --git a/static/DataTables b/static/DataTables index bc2e793..10afe50 120000 --- a/static/DataTables +++ b/static/DataTables @@ -1 +1 @@ -/Users/mjsb/Web/DataTables-1.10.16/ \ No newline at end of file +libs/DataTables-1.10.16/ \ No newline at end of file diff --git a/static/MathJax b/static/MathJax index 89e2b92..0a251bb 120000 --- a/static/MathJax +++ b/static/MathJax @@ -1 +1 @@ -/Users/mjsb/Web/MathJax-2.7.4/ \ No newline at end of file +libs/MathJax-2.7.4/ \ No newline at end of file diff --git a/static/bootstrap b/static/bootstrap index c501b80..10981a9 120000 --- a/static/bootstrap +++ b/static/bootstrap @@ -1 +1 @@ -/Users/mjsb/Web/bootstrap-4.1.0/ \ No newline at end of file +libs/bootstrap-4.1.0/ \ No newline at end of file diff --git a/static/fontawesome.min.js b/static/fontawesome.min.js index 11cf327..d690ebf 120000 --- a/static/fontawesome.min.js +++ b/static/fontawesome.min.js @@ -1 +1 @@ -/Users/mjsb/Web/fontawesome-free-5.0.10/svg-with-js/js/fontawesome-all.js \ No newline at end of file +libs/fontawesome-free-5.0.10/svg-with-js/js/fontawesome-all.js \ No newline at end of file diff --git a/static/jquery.min.js b/static/jquery.min.js new file mode 120000 index 0000000..361a4b8 --- /dev/null +++ b/static/jquery.min.js @@ -0,0 +1 @@ +libs/jquery-3.3.1.min.js \ No newline at end of file diff --git a/static/js/jquery.dataTables.min.js b/static/js/jquery.dataTables.min.js deleted file mode 120000 index d17e924..0000000 --- a/static/js/jquery.dataTables.min.js +++ /dev/null @@ -1 +0,0 @@ -/Users/mjsb/Web/jquery.dataTables.min.js \ No newline at end of file diff --git a/static/js/jquery.min.js b/static/js/jquery.min.js deleted file mode 120000 index 1f511a9..0000000 --- a/static/js/jquery.min.js +++ /dev/null @@ -1 +0,0 @@ -/Users/mjsb/Web/jquery-3.3.1.min.js \ No newline at end of file diff --git a/static/popper.min.js b/static/popper.min.js index b3ffeec..db7ada1 120000 --- a/static/popper.min.js +++ b/static/popper.min.js @@ -1 +1 @@ -/Users/mjsb/Web/popper.min.js \ No newline at end of file +libs/popper.min.js \ No newline at end of file diff --git a/templates/admin.html b/templates/admin.html index 5902cd1..f839fca 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -20,7 +20,7 @@ - + diff --git a/templates/grade.html b/templates/grade.html index 1a303d8..08c90ce 100644 --- a/templates/grade.html +++ b/templates/grade.html @@ -6,14 +6,13 @@ - + - - - + + diff --git a/templates/login.html b/templates/login.html index e054d0e..375bef0 100644 --- a/templates/login.html +++ b/templates/login.html @@ -12,7 +12,7 @@ - + diff --git a/templates/review.html b/templates/review.html index 840efa4..5074ac9 100644 --- a/templates/review.html +++ b/templates/review.html @@ -22,7 +22,7 @@ - + diff --git a/templates/test.html b/templates/test.html index 60a0dfa..7c70682 100644 --- a/templates/test.html +++ b/templates/test.html @@ -22,7 +22,7 @@ - + -- libgit2 0.21.2