From d8ff1790fcea9265ce1baac3533d3066ffec28f9 Mon Sep 17 00:00:00 2001 From: Vincent Romagnoli Date: Sat, 27 Apr 2024 23:17:50 +0200 Subject: [PATCH] remove not used code --- .../javascripts/application-core/bootstrap.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 app/assets/javascripts/application-core/bootstrap.js diff --git a/app/assets/javascripts/application-core/bootstrap.js b/app/assets/javascripts/application-core/bootstrap.js deleted file mode 100644 index 82dd503ad..000000000 --- a/app/assets/javascripts/application-core/bootstrap.js +++ /dev/null @@ -1,15 +0,0 @@ -// Protip: remove the parts of Bootstrap that you don't need, in order to -// slim down the amount of JavaScript you send to the browser. -// -//= require bootstrap/affix -//= require bootstrap/alert -//= require bootstrap/button -//= require bootstrap/carousel -//= require bootstrap/collapse -//= require bootstrap/dropdown -//= require bootstrap/tab -//= require bootstrap/transition -//= require bootstrap/scrollspy -//= require bootstrap/modal -//= require bootstrap/tooltip -//= require bootstrap/popover