From 2629fd853c638d417c2e57c43b40dc10a05c6c28 Mon Sep 17 00:00:00 2001 From: Miguel BarĂ£o Date: Sat, 7 Nov 2020 11:46:22 +0000 Subject: [PATCH] remove explicit popper.js dependency and use bootstrap.bundle instead --- package.json | 3 +-- perguntations/templates/admin.html | 4 ++-- perguntations/templates/grade.html | 4 ++-- perguntations/templates/login.html | 4 ++-- perguntations/templates/review.html | 4 ++-- perguntations/templates/test.html | 4 ++-- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 4870e62..8165ef7 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,11 @@ "email": "mjsb@uevora.pt", "dependencies": { "@fortawesome/fontawesome-free": "^5.15.1", - "bootstrap": "^4.5.3", + "bootstrap": "^4.5", "codemirror": "^5.58.1", "datatables": "^1.10", "jquery": "^3.5.1", "mathjax": "^3.1.2", - "popper.js": "^1.16.1", "underscore": "^1.11.0" } } diff --git a/perguntations/templates/admin.html b/perguntations/templates/admin.html index fd09824..6070ba8 100644 --- a/perguntations/templates/admin.html +++ b/perguntations/templates/admin.html @@ -21,9 +21,9 @@ - + - + diff --git a/perguntations/templates/grade.html b/perguntations/templates/grade.html index 492ed9f..51d1998 100644 --- a/perguntations/templates/grade.html +++ b/perguntations/templates/grade.html @@ -13,9 +13,9 @@ - + - + diff --git a/perguntations/templates/login.html b/perguntations/templates/login.html index 9bbc389..c0e059e 100644 --- a/perguntations/templates/login.html +++ b/perguntations/templates/login.html @@ -12,9 +12,9 @@ - + - + diff --git a/perguntations/templates/review.html b/perguntations/templates/review.html index 6d21d04..2a9ae8d 100644 --- a/perguntations/templates/review.html +++ b/perguntations/templates/review.html @@ -28,9 +28,9 @@ - + - + diff --git a/perguntations/templates/test.html b/perguntations/templates/test.html index 7b6c24d..52d15e9 100644 --- a/perguntations/templates/test.html +++ b/perguntations/templates/test.html @@ -21,9 +21,9 @@ - + - + -- libgit2 0.21.2