Skip to content
Snippets Groups Projects
Verified Commit 5d443a96 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Make uglifier happier

parent b53d8495
No related merge requests found
Pipeline #84706 failed
......@@ -3,7 +3,7 @@ $(function() {
});
function show_authorization_form(self) {
let select = $(self);
select = $(self);
$('fieldset.authorization_form').hide();
$('#passwordstate_' + select.val()).show();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment