mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-24 02:36:00 +00:00
Don't navigate to # when showing embed link
This commit is contained in:
parent
7b7af08ee1
commit
c27f4e98db
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ require([
|
|||
document.getElementById('embed-link').onclick = function() {
|
||||
document.getElementById('embed').classList.toggle('selected');
|
||||
document.getElementById('embed-input').select();
|
||||
return false;
|
||||
};
|
||||
if(Browser.isCompatible()) {
|
||||
var mainWindowElement = document.createElement('div');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue