From d2701de62b61c1f2d1d6d68bc45597109294d8fc Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Thu, 30 Dec 2021 13:55:11 +0100 Subject: [PATCH] moving selectpicker to main_inventory --- ereuse_devicehub/static/js/main_inventory.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ereuse_devicehub/static/js/main_inventory.js b/ereuse_devicehub/static/js/main_inventory.js index fca1c027..be9f1ef8 100644 --- a/ereuse_devicehub/static/js/main_inventory.js +++ b/ereuse_devicehub/static/js/main_inventory.js @@ -1,5 +1,6 @@ $(document) .ready(function() { $(".deviceSelect").on("change", deviceSelect); +// $('#selectLot').selectpicker(); }) function deviceSelect() {