From 9e65941161cd882f5ff608c832333ae2aaaaffb4 Mon Sep 17 00:00:00 2001 From: Bossanyi Tibor Date: Mon, 10 May 2021 17:05:22 +0200 Subject: [PATCH] BO 1.15+2 delete js --- aitrainer_backoffice/static/training_plan.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 aitrainer_backoffice/static/training_plan.js diff --git a/aitrainer_backoffice/static/training_plan.js b/aitrainer_backoffice/static/training_plan.js deleted file mode 100644 index 07ad524..0000000 --- a/aitrainer_backoffice/static/training_plan.js +++ /dev/null @@ -1,5 +0,0 @@ -(function($){ // your code - $( "#weight_calc" ).click(function() { - alert( "Handler for .click() called." ); - }); -})(django.jQuery);