Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clearing data after upload and yet maintain permission level #30

Open
ganeshloke opened this issue Jul 18, 2014 · 1 comment
Open

Clearing data after upload and yet maintain permission level #30

ganeshloke opened this issue Jul 18, 2014 · 1 comment

Comments

@ganeshloke
Copy link

When i click upload data get uploaded but if i upload recording status should comeback to as it was in the start.

play button should not be there
upload button should not be there

yet maintain user permission setting

@michalstocki
Copy link
Owner

Good point. You can achieve it without my work. Extend main.js file as follows:

//[...]
case "saved":
    //[...]
    $controls.find('.play_button').hide();
    FWRecorder.hide();

I'll correct it in next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants