Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 22, 2021. It is now read-only.

Qr code download link proposal #1328

Open
oliver-dvorski wants to merge 9 commits into mozilla:master
base: master
Choose a base branch
Loading
from oliver-dvorski:qr-code-download-link-proposal
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Show that beautiful qr code after clicking the copy to clipboard butt...
...on after an upload
  • Loading branch information
oliver-dvorski committed Feb 17, 2020
commit 4ae8639ea6afa599ad9c530fe31192a783fe3511
2 changes: 1 addition & 1 deletion app/ui/copyDialog.js
View file Open in desktop
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = function(name, url) {
event.stopPropagation();
copyToClipboard(url);
event.target.textContent = state.translate('copiedUrl');
setTimeout(close, 1000);
emit('displayQRCode', url);
}
};
dialog.type = 'copy';
Expand Down

AltStyle によって変換されたページ (->オリジナル) /