Skip to content
Snippets Groups Projects
Commit 0e6d22e2 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Prevent editing Dropbox configuration input after access granted

parent b6b2f882
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ $(document).ready(function() {
}
});
} else if ($(this).find('.configuration #granted').length == 0) {
$(this).find('.configuration input').attr('disabled', 'disabled');
$(this).find('.configuration').append('<span id="granted">Access granted</span>');
}
}
......
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