Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Change My Picture submit button display:none
I'm trying to change to URL avatars instead of uploads. Clicking on Change My Picture from user profile brings up a pop-up which shows the upload form, but the submit button is set to display: none;. Since there won't be any browsing of local files going on, how can I re-enable the submit button?
(going directly to ./profile/picture shows the submit button)
(going directly to ./profile/picture shows the submit button)
Tagged:
0
Comments
[code]
$('.Popup :submit').hide();
[/code]
in ./applications/dashboard/js/profile.js