Merge pull request #5634 from svbergerem/remove-photo-export
Remove photo export from settings
This commit is contained in:
commit
604d2b7a39
4 changed files with 0 additions and 15 deletions
|
|
@ -58,12 +58,6 @@ var View = {
|
||||||
$(this).siblings("#tag_following_submit").removeClass('hidden');
|
$(this).siblings("#tag_following_submit").removeClass('hidden');
|
||||||
});
|
});
|
||||||
|
|
||||||
/* photo exporting in the works */
|
|
||||||
$("#photo-export-button").bind("click", function(evt){
|
|
||||||
evt.preventDefault();
|
|
||||||
alert($(this).attr('title'));
|
|
||||||
});
|
|
||||||
|
|
||||||
$(document.body).click(this.dropdowns.removeFocus);
|
$(document.body).click(this.dropdowns.removeFocus);
|
||||||
|
|
||||||
$('a[rel*=facebox]').facebox();
|
$('a[rel*=facebox]').facebox();
|
||||||
|
|
|
||||||
|
|
@ -195,9 +195,6 @@
|
||||||
.small-horizontal-spacer
|
.small-horizontal-spacer
|
||||||
= link_to t('.request_export'), export_profile_user_path, :class => "button"
|
= link_to t('.request_export'), export_profile_user_path, :class => "button"
|
||||||
|
|
||||||
.small-horizontal-spacer
|
|
||||||
= link_to t('.download_photos'), "#", :class => "button", :id => "photo-export-button", :title => t('.photo_export_unavailable')
|
|
||||||
|
|
||||||
.span6
|
.span6
|
||||||
%h3
|
%h3
|
||||||
= t('.close_account_text')
|
= t('.close_account_text')
|
||||||
|
|
|
||||||
|
|
@ -174,9 +174,6 @@
|
||||||
- else
|
- else
|
||||||
.small-horizontal-spacer
|
.small-horizontal-spacer
|
||||||
= link_to t('.request_export'), export_profile_user_path, :class => "button"
|
= link_to t('.request_export'), export_profile_user_path, :class => "button"
|
||||||
%br
|
|
||||||
%br
|
|
||||||
= link_to t('.download_photos'), "#", :class => "btn", :id => "photo-export-button", :title => t('.photo_export_unavailable')
|
|
||||||
|
|
||||||
.span-5.last
|
.span-5.last
|
||||||
%h4
|
%h4
|
||||||
|
|
|
||||||
|
|
@ -1300,12 +1300,9 @@ en:
|
||||||
download_export: "Download my profile"
|
download_export: "Download my profile"
|
||||||
request_export: "Request my profile data"
|
request_export: "Request my profile data"
|
||||||
request_export_update: "Refresh my profile data"
|
request_export_update: "Refresh my profile data"
|
||||||
download_xml: "Download my data (XML)"
|
|
||||||
download_photos: "Download my photos"
|
|
||||||
export_data: "Export data"
|
export_data: "Export data"
|
||||||
export_in_progress: "We are currently processing your data. Please check back in a few moments."
|
export_in_progress: "We are currently processing your data. Please check back in a few moments."
|
||||||
last_exported_at: "(Last updated at %{timestamp})"
|
last_exported_at: "(Last updated at %{timestamp})"
|
||||||
photo_export_unavailable: "Photo exporting currently unavailable"
|
|
||||||
|
|
||||||
close_account:
|
close_account:
|
||||||
dont_go: "Hey, please don’t go!"
|
dont_go: "Hey, please don’t go!"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue