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() {