2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

remove old ref

This commit is contained in:
Matthias Mair
2024-06-25 21:13:34 +02:00
parent 843fdc9d66
commit 21c349bfe8

View File

@ -81,14 +81,3 @@ $("#edit-user").on('click', function() {
}
);
});
/*
$("#edit-password").on('click', function() {
launchModalForm(
"{% url 'set-password' %}",
{
reload: true,
}
);
});
*/