Don't navigate to # when showing embed link

This commit is contained in:
Jordan Eldredge 2015-05-14 00:15:13 -07:00
parent 7b7af08ee1
commit c27f4e98db

View file

@ -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');